init
This commit is contained in:
14
k8s/service.yaml copy.j2
Normal file
14
k8s/service.yaml copy.j2
Normal 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
|
||||
Reference in New Issue
Block a user