Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dd39a85c5e |
@@ -13,7 +13,6 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
terraform:
|
terraform:
|
||||||
name: 'Terraform'
|
name: 'Terraform'
|
||||||
if: false
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: production
|
environment: production
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ spec:
|
|||||||
claimName: web-petting-data
|
claimName: web-petting-data
|
||||||
containers:
|
containers:
|
||||||
- name: web-petting
|
- name: web-petting
|
||||||
image: ultradesu/web-petting:v0.1.1
|
image: ultradesu/web-petting:0.1.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
# - "tail"
|
# - "tail"
|
||||||
|
|||||||
@@ -43,6 +43,23 @@ proxy_applications = {
|
|||||||
access_groups = ["admins"]
|
access_groups = ["admins"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"kubernetes-secrets" = {
|
||||||
|
name = "kubernetes-secrets"
|
||||||
|
slug = "k8s-secret"
|
||||||
|
group = "Core"
|
||||||
|
external_host = "https://pass.hexor.cy"
|
||||||
|
internal_host = "http://secret-reader.k8s-secret.svc:80"
|
||||||
|
internal_host_ssl_validation = false
|
||||||
|
meta_description = ""
|
||||||
|
skip_path_regex = <<-EOT
|
||||||
|
/webhook
|
||||||
|
EOT
|
||||||
|
meta_icon = "https://img.icons8.com/ios-filled/50/password.png"
|
||||||
|
mode = "proxy"
|
||||||
|
outpost = "kubernetes-outpost"
|
||||||
|
create_group = true
|
||||||
|
access_groups = ["admins"]
|
||||||
|
}
|
||||||
"mtproxy-links" = {
|
"mtproxy-links" = {
|
||||||
name = "mtproxy-links"
|
name = "mtproxy-links"
|
||||||
slug = "mtproxy-links"
|
slug = "mtproxy-links"
|
||||||
|
|||||||
Reference in New Issue
Block a user