Split manifests into infra/ and applications/
This commit is contained in:
11
applications/truenas/truenas-service.yaml
Normal file
11
applications/truenas/truenas-service.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: truenas
|
||||
namespace: truenas
|
||||
spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 443
|
||||
targetPort: 443
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user