move stashapp to proper namespace
This commit is contained in:
40
ansible-5/roles/prod.k3s/files/stash/proxy-values.yaml
Normal file
40
ansible-5/roles/prod.k3s/files/stash/proxy-values.yaml
Normal 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"
|
||||
@@ -3,7 +3,7 @@ apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: stash-pv-claim
|
||||
namespace: testing
|
||||
namespace: stashapp
|
||||
spec:
|
||||
storageClassName: manual
|
||||
accessModes:
|
||||
|
||||
Reference in New Issue
Block a user