Compare commits
2 commits
77e9c19c93
...
cd6524ee7f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd6524ee7f | ||
|
|
5f7a449fe4 |
2 changed files with 4 additions and 4 deletions
|
|
@ -5,9 +5,9 @@ metadata:
|
|||
labels:
|
||||
app.kubernetes.io/name: homepage
|
||||
annotations:
|
||||
# nginx.ingress.kubernetes.io/auth-type: basic
|
||||
# nginx.ingress.kubernetes.io/auth-secret: basic-auth
|
||||
# nginx.ingress.kubernetes.io/auth-realm: "Authentication Required"
|
||||
nginx.ingress.kubernetes.io/auth-type: basic
|
||||
nginx.ingress.kubernetes.io/auth-secret: basic-auth
|
||||
nginx.ingress.kubernetes.io/auth-realm: "Authentication Required"
|
||||
nginx.ingress.kubernetes.io/whitelist-source-range: 192.168.1.1/16
|
||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||
gethomepage.dev/description: Dynamically Detected Homepage
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ resources:
|
|||
|
||||
images:
|
||||
- name: ghcr.io/gethomepage/homepage
|
||||
newTag: v0.8.13
|
||||
newTag: v0.9.10
|
||||
|
||||
patches:
|
||||
- path: ./rbac-patch.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue