Skip to content
Snippets Groups Projects
Verified Commit d5dbe729 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

archive-staging-rke2: fix prometheus ingress configuration

- The vhost was not matching what is declared in the thanos configuration
- Use the let's encrypt production issuer (a valid certificate is needed by thanos)

Related to sysadm-environment#4797
parent 34f89938
No related branches found
No related tags found
1 merge request!98archive-staging-rke2: fix prometheus ingress configuration
......@@ -98,17 +98,17 @@ prometheus:
name: thanos-objstore-config-secret
thanosIngress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging-gandi
cert-manager.io/cluster-issuer: letsencrypt-production-gandi
metallb.universe.tf/allow-shared-ip: clusterIP
nginx.ingress.kubernetes.io/backend-protocol: GRPC
enabled: true
hosts:
- k8s-archive-staging-rke2-thanos.internal.softwareheritage.org
- k8s-archive-staging-rke2-thanos.internal.staging.swh.network
loadBalancerIP: 192.168.100.119
pathType: Prefix
tls:
- hosts:
- k8s-archive-staging-rke2-thanos.internal.softwareheritage.org
- k8s-archive-staging-rke2-thanos.internal.staging.swh.network
secretName: thanos-crt
EOF
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment