diff --git a/sealed-secret/service.yaml b/sealed-secret/service.yaml new file mode 100644 index 0000000..ffcb794 --- /dev/null +++ b/sealed-secret/service.yaml @@ -0,0 +1,15 @@ +apiVersion: v1 +kind: Service +metadata: + creationTimestamp: null + labels: + app: secret-app + name: secret-app +spec: + ports: + - port: 80 + protocol: TCP + targetPort: 80 + selector: + app: secret-app + type: NodePort