Skip to content

Commit

Permalink
fix(onepassword): Add ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Dec 20, 2024
1 parent 1fd814d commit 56f1bf7
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,22 @@ spec:
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
service:
app:
api:
controller: onepassword-connect
ports:
http:
port: *apiPort
ingress:
api:
enabled: true
className: internal-nginx
hosts:
- host: "onepassword-connect.${SECRET_DOMAIN_NAME}"
paths:
- path: /
service:
identifier: api
port: http
persistence:
config:
type: emptyDir
Expand Down

0 comments on commit 56f1bf7

Please sign in to comment.