Skip to content

Commit

Permalink
chore: Update key "image.tag" from file "/tmp/updatecli/jenkins-infra…
Browse files Browse the repository at this point in the history
…/k... (#2729)

... ubernetes-management/config/accountapp.yaml"

Made with ❤️️ by updatecli

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
  • Loading branch information
1 parent fb3c6b6 commit a086147
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config/accountapp.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,26 @@
image:
tag: 0.0.1
tag: 0.0.2
pullPolicy: IfNotPresent

ingress:
enabled: true
className: public-nginx
annotations:
"cert-manager.io/cluster-issuer": "letsencrypt-prod"
"nginx.ingress.kubernetes.io/ssl-redirect": "true"
"nginx.ingress.kubernetes.io/affinity": "cookie"

hosts:
- host: accounts.jenkins.io
paths:
- path: /
- host: accounts.jenkins-ci.org
paths:
- path: /

tls:
- secretName: accounts-tls
hosts:
- accounts.jenkins.io
- accounts.jenkins-ci.org


replicaCount: 2

resources:
limits:
cpu: 2000m
Expand Down

0 comments on commit a086147

Please sign in to comment.