Add kustomize

This commit is contained in:
Florian RICHER 2025-03-26 16:16:41 +01:00
parent 5fc864c65d
commit d021c3e63a
9 changed files with 91 additions and 3 deletions

12
nginx/k8s/02_service.yaml Normal file
View file

@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: nginx-service
spec:
type: ClusterIP
selector:
app: nginx
ports:
- protocol: TCP
port: 8000
targetPort: 80