cairo/templates/service.yaml
Dunemask 0fc5f05b6a
Some checks failed
Deploy Edge / deploy-edge (push) Failing after 2s
S3 Repo Backup / s3-repo-backup (push) Failing after 2s
[INIT] Initial Project Structure
2024-08-24 12:41:04 -06:00

15 lines
355 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "cairo.fullname" . }}
labels:
{{- include "cairo.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "cairo.selectorLabels" . | nindent 4 }}