Skip to content

Instantly share code, notes, and snippets.

@khaosdoctor
Created August 8, 2022 18:14
Show Gist options
  • Save khaosdoctor/35d7391b088a4b90030755ddf81831e8 to your computer and use it in GitHub Desktop.
Save khaosdoctor/35d7391b088a4b90030755ddf81831e8 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.name }}
namespace: {{ default .Release.Namespace .Values.namespace }}
spec:
selector:
app: {{ .Values.name }}
ports:
- port: {{ .Values.service.port }}
name: api
targetPort: hdb-api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment