Running Drupal in k8s is a fools errand
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
1152916cc3
commit
a1c4693c7c
1 changed files with 0 additions and 44 deletions
|
@ -1,44 +0,0 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: bikerwitch
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
destination:
|
|
||||||
namespace: bikerwitch
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
project: default
|
|
||||||
source:
|
|
||||||
helm:
|
|
||||||
parameters:
|
|
||||||
- name: service.type
|
|
||||||
value: LoadBalancer
|
|
||||||
- name: persistence.enabled
|
|
||||||
value: "true"
|
|
||||||
- name: persistence.storageClass
|
|
||||||
value: "longhorn-fast"
|
|
||||||
- name: image.repository
|
|
||||||
value: drupal
|
|
||||||
- name: image.tag
|
|
||||||
value: 9.4-php8.0-apache
|
|
||||||
values: |-
|
|
||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
|
||||||
kubernetes.io/ingress.class: nginx
|
|
||||||
external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin
|
|
||||||
hosts:
|
|
||||||
- host: bikerwitch.martyn.berlin
|
|
||||||
paths:
|
|
||||||
- /
|
|
||||||
- host: www.bikerwitch.org.uk
|
|
||||||
paths:
|
|
||||||
- /
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- bikerwitch.martyn.berlin
|
|
||||||
- www.bikerwitch.org.uk
|
|
||||||
path: apps-helm/drupal
|
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
|
|
||||||
targetRevision: HEAD
|
|
Loading…
Add table
Reference in a new issue