Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make sure that if requests are terminated in the ingress controller via letsencrypt the service runs via http. architect is currently replacing the SHAs in our helm charts. it's hardcoded that architect will template files called deployment.yaml. this is why i renamed the deployment.yaml to happa-deployment.yaml. the problem is now that architect doesn't replace the SHA anymore. so helm doesn't apply this against the cluster anymore. the temporary fix is to install the latest version of happa image. also distinguish lego secrets by a name. otherwise lego complains about the duplicate ingresses. ``` the secret giantswarm/ is used multiple times. These linked TLS ingress elements where ignored: ingress giantswarm/api (hosts: api.g8s.heisenberg.eu-central-1.aws.gigantic.io), ingress giantswarm/desmotes (hosts: desmotes.g8s.heisenberg.eu-central-1.aws.gigantic.io), ingress giantswarm/happa (hosts: happa.g8s.heisenberg.eu-central-1.aws.gigantic.io), ingress giantswarm/passage (hosts: passage.g8s.heisenberg.eu-central-1.aws.gigantic.io) ``` See: jetstack/kube-lego#35
- Loading branch information