1
0
Fork 0

chore: wip
Some checks are pending
Release Docs / Release Docs (push) Waiting to run
Release / Build and publish a Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Vojtěch Mareš 2024-05-01 07:47:42 +02:00
parent 491a9cc294
commit eeada0e25d
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
17 changed files with 674 additions and 0 deletions

View file

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "pterodactyl-panel.fullname" . }}--php-fpm
labels:
{{- include "pterodactyl-panel.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: fastcgi
protocol: TCP
name: fastcgi
selector:
{{- include "pterodactyl-panel.selectorLabels" . | nindent 4 }}