mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-24 17:24:25 +01:00
update portainer helm values
This commit is contained in:
parent
8dd15d834c
commit
efc2d235a3
@ -1,32 +0,0 @@
|
||||
# Kubernetes Cert-Manager Installation Guide
|
||||
|
||||
Here is the installation guide for Cert-Manager and the complete configuration.
|
||||
|
||||
## Deployment
|
||||
|
||||
### 1. Add the Helm Repository & Update
|
||||
|
||||
```bash
|
||||
helm repo add jetstack https://charts.jetstack.io
|
||||
helm repo update
|
||||
```
|
||||
|
||||
### 2. Install Cert-Manager with Helm & CRDs
|
||||
|
||||
```bash
|
||||
helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --set installCRDs=true
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
Add your Issuer or ClusterIssuer Objects, Credentails and Certificates.
|
||||
|
||||
_For more info visit:_ [Official Cert-Manager Documentation](https://cert-manager.io/docs/)
|
||||
|
||||
## Best-Practices & Post-Installation
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
You can troubleshoot issues and inspect log entries for the Certificate Objects with the `kubectl describe` command.
|
||||
|
||||
_For more info visit:_ [Official Cert-Manager Troubleshooting Guide](https://cert-manager.io/docs/faq/troubleshooting/)
|
@ -1,3 +0,0 @@
|
||||
# Kubernetes Portainer
|
||||
|
||||
You can add an additional description here.
|
@ -1 +1,29 @@
|
||||
# Portainer Helm Chart Template
|
||||
# ---
|
||||
replicas: 1 # Number of replicas
|
||||
|
||||
image:
|
||||
repository: portainer/portainer-ce
|
||||
tag: 2.22.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# (Choice) LoadBalancer or ClusterIP with optional Ingress
|
||||
service:
|
||||
type: LoadBalancer
|
||||
# -- or --
|
||||
# type: ClusterIP
|
||||
|
||||
# (Optional) Add Ingress, when using ClusterIP
|
||||
# ingress:
|
||||
# enabled: true
|
||||
# hosts:
|
||||
# - host: "portainer-test-1.kube-prod-2.home.clcreative.de"
|
||||
# paths:
|
||||
# - path: "/"
|
||||
# port: "9000"
|
||||
# -- end
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
# (Optional) Use an existing PVC
|
||||
# existingClaim: portainer
|
||||
|
@ -1,5 +0,0 @@
|
||||
# Kubernetes Traefik Helm Deployment
|
||||
|
||||
This Deployment uses the official Helm Chart from [traefik](https://github.com/traefik/traefik-helm-chart) repository.
|
||||
|
||||
These are templates to modify the deployment.
|
Loading…
Reference in New Issue
Block a user