move stashapp to proper namespace

This commit is contained in:
2022-10-04 07:16:43 -04:00
parent 3ebc6b2e5e
commit 58f00230a3
4 changed files with 72 additions and 3 deletions

View File

@@ -0,0 +1,40 @@
---
#oauth2-proxy values file for stash app
config:
# Add config annotations
annotations: {}
# OAuth client ID
clientID: "7b70fc0364e3f2da5d4b"
# OAuth client secret
clientSecret: "0359972eef425a4a0b7690b6c323214c26a04686"
configFile: |-
provider = "email"
email_domains = ["sympatico.ca"]
# provider = "github"
# github_user = "rmorgan105"
# email_domains = [ "*" ]
# upstreams = [ "file:///dev/null" ]
ingress:
enabled: true
# className: traefic
path: /
# Only used if API capabilities (networking.k8s.io/v1) allow it
pathType: ImplementationSpecific
# Used to create an Ingress record.
hosts:
- stash.xai-corp.net
# - chart-example.local
# Extra paths to prepend to every host configuration. This is useful when working with annotation based services.
# Warning! The configuration is dependant on your current k8s API version capabilities (networking.k8s.io/v1)
extraPaths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: stash
port:
number: 9999
# annotations:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"

View File

@@ -3,7 +3,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: stash-pv-claim
namespace: testing
namespace: stashapp
spec:
storageClassName: manual
accessModes: