Files
shorefront/helm/shorefront/templates/frontend-service.yaml

13 lines
192 B
YAML

apiVersion: v1
kind: Service
metadata:
name: frontend
namespace: {{ .Values.namespace }}
spec:
selector:
app: frontend
ports:
- port: 80
targetPort: 80
type: ClusterIP