Add apps/nginx/service.yaml

This commit is contained in:
Claude AI
2026-03-01 15:11:31 +00:00
parent f703a5f5c4
commit 24ecb0496d

16
apps/nginx/service.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: nginx
namespace: nginx
labels:
app: nginx
spec:
selector:
app: nginx
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP
type: ClusterIP