mirror of
https://github.com/LeNei/fullstack-helm-chart.git
synced 2026-02-13 14:54:47 +00:00
12 lines
193 B
YAML
12 lines
193 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ .Values.frontend.appName }}
|
|
spec:
|
|
selector:
|
|
app: {{ .Values.frontend.appName }}
|
|
type: ClusterIP
|
|
ports:
|
|
- name: http
|
|
port: 80
|