Added k8s-secrets
All checks were successful
Check with kubeconform / lint (push) Successful in 15s

This commit is contained in:
Ultradesu
2025-09-03 13:48:29 +03:00
parent e8588a2d3b
commit f06c80162f
6 changed files with 167 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: secret-reader
labels:
app: secret-reader
spec:
type: ClusterIP
selector:
app: secret-reader
ports:
- port: 80
targetPort: 3000
protocol: TCP
name: http