Files
snow/charts/proxy/svc.yaml
T

11 lines
143 B
YAML

apiVersion: v1
kind: Service
metadata:
name: proxy
spec:
type: ClusterIP
ports:
- name: http
port: 8080
targetPort: 8080