mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 23:32:35 +03:00
[stage-3] create atlantis helm chart
update readme
This commit is contained in:
12
k8s/helm/atlantis/templates/service.yaml
Normal file
12
k8s/helm/atlantis/templates/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ .Chart.Name }}-{{ .Values.environment }}
|
||||
spec:
|
||||
ports:
|
||||
- name: web
|
||||
port: 4141
|
||||
selector:
|
||||
app: {{ .Chart.Name }}-{{ .Values.environment }}
|
||||
service: atlantis
|
||||
Reference in New Issue
Block a user