Difference between revisions of "Ingress.annotations"
Jump to navigation
Jump to search
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | [[ingress.annotations]] ( add [[acme.cert-manager.io/http01-edit-in-place]] to ingress) | + | [[ingress.]][[annotations]] ( add [[acme.cert-manager.io/http01-edit-in-place]] to ingress) |
[[helm show values bitnami/mediawiki]] | [[helm show values bitnami/mediawiki]] | ||
[[helm install grafana]] | [[helm install grafana]] | ||
+ | == [[helm install argocd|ArgoCD]] == | ||
+ | ingress: | ||
+ | annotations: | ||
+ | [[alb.ingress.kubernetes.io]]/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": | ||
+ | { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}' | ||
+ | alb.ingress.kubernetes.io/backend-protocol: HTTPS | ||
+ | alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-east-1:0123456789:certificate/XXXXXXXX | ||
+ | alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]' | ||
+ | alb.ingress.kubernetes.io/success-codes: 200-302 | ||
+ | external-dns.alpha.kubernetes.io/hostname: yourdomain.com | ||
+ | [[kubernetes.io/ingress.class]]: alb | ||
+ | == Related == | ||
+ | * <code>[[ingress.extensions]]</code> | ||
+ | * <code>[[helm install argocd]]</code> | ||
+ | * <code>[[helm install grafana]]</code> | ||
+ | * <code>[[kubernetes.io/ingress.global-static-ip-name: XXXXX]]</code> | ||
− | {{ | + | == See also == |
+ | * {{ingress.}} | ||
+ | * {{Ingress}} | ||
+ | * {{Annotations}} | ||
+ | |||
+ | [[Category:EKS]] |
Latest revision as of 12:31, 8 July 2024
ingress.annotations ( add acme.cert-manager.io/http01-edit-in-place to ingress)
helm show values bitnami/mediawiki helm install grafana
ArgoCD[edit]
ingress: annotations: alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}' alb.ingress.kubernetes.io/backend-protocol: HTTPS alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-east-1:0123456789:certificate/XXXXXXXX alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]' alb.ingress.kubernetes.io/success-codes: 200-302 external-dns.alpha.kubernetes.io/hostname: yourdomain.com kubernetes.io/ingress.class: alb
Related[edit]
ingress.extensions
helm install argocd
helm install grafana
kubernetes.io/ingress.global-static-ip-name: XXXXX
See also[edit]
- ingress.extensions, ingress.annotations
- Ingress controllers, NGINX Ingress Controller,
minikube addons enable ingress
,kubectl get ingress, kubectl get ingressclass, kubectl describe ingress
,Ingress:
, Ingress API, AWS Load Balancer Controller, Envoy Proxy, GKE Ingress, Kubernetes Gateway API,ingress.k8s.aws, ingresses.networking.k8s.io
,kind: Ingress
: (tls:, hosts:
),SuccessfullyReconciled
- Annotations,
ingress.annotations
Advertising: