mirror of
https://github.com/ghndrx/k8s-game-2048.git
synced 2026-02-10 06:45:07 +00:00
fix: Add develop branch trigger to deploy-dev workflow
- Deploy to Development now triggers on develop branch pushes - This enables the auto-promotion pipeline to work correctly - Also fixed webhook ingress to use nginx class
This commit is contained in:
@@ -25,6 +25,7 @@ metadata:
|
||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod" # Adjust to your cert issuer
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- webhook.wa.darknex.us
|
||||
|
||||
Reference in New Issue
Block a user