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
15 lines
410 B
YAML
15 lines
410 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ include "pterodactyl-panel.fullname" . }}--nginx
|
|
labels:
|
|
{{- include "pterodactyl-panel.labels" . | nindent 4 }}
|
|
spec:
|
|
type: {{ .Values.nginx.service.type }}
|
|
ports:
|
|
- port: {{ .Values.nginx.service.port }}
|
|
targetPort: http
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
{{- include "pterodactyl-panel.selectorLabels" . | nindent 4 }}
|