Files
netology-devops-gw-infra/k8s/helm/atlantis/templates/service.yaml
2023-03-22 10:31:17 +07:00

13 lines
230 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: {{ .Chart.Name }}-{{ .Values.environment }}
spec:
ports:
- name: web
port: 4141
selector:
app: {{ .Chart.Name }}-{{ .Values.environment }}
service: atlantis