Skip to content

Commit

Permalink
Merge pull request #70 from nautible/feature/update
Browse files Browse the repository at this point in the history
命名規則について補足
  • Loading branch information
SaitoMunenori authored Dec 13, 2023
2 parents c0032c0 + a88a2c1 commit 7242cde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion albc/ingress/manifest/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ metadata:
alb.ingress.kubernetes.io/group.name: nautible-alb-ingress
alb.ingress.kubernetes.io/healthcheck-port: '31234'
alb.ingress.kubernetes.io/healthcheck-path: '/healthz/ready'
alb.ingress.kubernetes.io/security-groups: 'nautible-dev-cluster-albc-sg' # 対象のセキュリティグループに変更する。idまたは名称を指定する。
# 対象のセキュリティグループに変更する。idまたは名称を指定する。
# Blue/Greenデプロイの場合など複数バージョンのKubernetesが稼働する環境ではセキュリティグループの名前にバージョンも含めておいたほうが良い。
alb.ingress.kubernetes.io/security-groups: 'nautible-dev-cluster-albc-sg'
spec:
rules:
-
Expand Down

0 comments on commit 7242cde

Please sign in to comment.