Skip to content

Commit

Permalink
Add service monitor for ingress
Browse files Browse the repository at this point in the history
Signed-off-by: GeorgeGedox <[email protected]>
  • Loading branch information
GeorgeGedox committed Oct 30, 2023
1 parent 2aad909 commit 9ced258
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/apps/default/theme-park/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
enabled: true
className: nginx
annotations:
hajimari.io/enabled: "false"
hajimari.io/enable: "false"
hosts:
- host: &host "theme-park.${SECRET_DOMAIN}"
paths:
Expand Down
5 changes: 5 additions & 0 deletions cluster/core/networking/ingress-nginx/app/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ spec:
default-ssl-certificate: "networking/${SECRET_DOMAIN/./-}-production-tls"
metrics:
enabled: true
serviceMonitor:
enabled: true
namespace: default
namespaceSelector:
any: true
resources:
requests:
memory: 200Mi
Expand Down

0 comments on commit 9ced258

Please sign in to comment.