mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 08:13:18 +01:00
28 lines
570 B
YAML
28 lines
570 B
YAML
---
|
|
image:
|
|
repository: portainer/portainer-ce
|
|
tag: 2.24.0
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
type: ClusterIP
|
|
|
|
# --> (Optional) When you want to automatically create an Ingress
|
|
# ingress:
|
|
# enabled: true
|
|
# hosts:
|
|
# - host: "your-fqdn" # <-- Replace with your FQDN
|
|
# paths:
|
|
# - path: /
|
|
# port: "9000"
|
|
# tls:
|
|
# - secretName: portainer-certificate-secret
|
|
# hosts:
|
|
# - "your-fqdn" # <-- Replace with your FQDN
|
|
# <--
|
|
|
|
# --> (Optional) When using an existing PVC
|
|
# persistence:
|
|
# existingClaim: "portainer"
|
|
# <--
|