This commit is contained in:
changmin hyeon
2026-02-10 13:08:39 +09:00
parent 0d808202f6
commit f74df3de60
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: ${RELEASE_NAME}
labels:
app.kubernetes.io/name: ${RELEASE_NAME}
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: ${RELEASE_NAME}
ports:
- name: http
port: {{ service_port | default(80) }}
targetPort: http