Skip to content

Commit

Permalink
feat: revert replicas to 1, HA will be done in distro templates. Add …
Browse files Browse the repository at this point in the history
…missing selector and template on pomerium deployment
  • Loading branch information
nutellinoit committed Mar 27, 2024
1 parent 1ad9e8e commit bad1db7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions katalog/pomerium/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: pomerium

labels:
app: pomerium
spec:
replicas: 2
selector:
matchLabels:
app: pomerium
replicas: 1
template:
metadata:
labels:
app: pomerium
spec:
containers:
- name: pomerium
Expand Down

0 comments on commit bad1db7

Please sign in to comment.