gitops/helm/test/templates/service.yaml
2026-07-23 22:00:10 +02:00

14 lines
203 B
YAML

apiVersion: v1
kind: Service
metadata:
name: test
namespace: test
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 80
selector:
app.kubernetes.io/name: test