Files
apps/nginx/svc.yaml
2025-06-23 18:32:21 +02:00

13 lines
189 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nginx
spec:
selector:
app: nginx-nfs
ports:
- name: http
protocol: TCP
port: 80
targetPort: 80
type: ClusterIP