Create service.yaml

This commit is contained in:
boomam
2023-11-06 08:55:25 -05:00
committed by GitHub
parent 945f499e88
commit 5df9a937c5

View File

@@ -0,0 +1,14 @@
---
kind: Service
apiVersion: v1
metadata:
name: ladder-service
spec:
type: ClusterIP
selector:
app: ladder
ports:
- name: http
port: {{ .Values.ingress.PORT }}
protocol: TCP
targetPort: {{ .Values.env.PORT }}