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