Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f18b8d6ba9 |
@@ -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.5
|
image: ultradesu/web-petting:v0.1.4
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
# - "tail"
|
# - "tail"
|
||||||
|
|||||||
@@ -20,21 +20,8 @@ spec:
|
|||||||
name: web-petting
|
name: web-petting
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
- host: xn--l1acako8eb.xn--p1ai
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: web-petting
|
|
||||||
port:
|
|
||||||
number: 80
|
|
||||||
tls:
|
tls:
|
||||||
- secretName: web-petting-tls
|
- secretName: web-petting-tls
|
||||||
hosts:
|
hosts:
|
||||||
- pet.hexor.cy
|
- pet.hexor.cy
|
||||||
- secretName: web-petting-murnyanya-tls
|
|
||||||
hosts:
|
|
||||||
- xn--l1acako8eb.xn--p1ai
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,4 @@ spec:
|
|||||||
dnsZones:
|
dnsZones:
|
||||||
- "*.hexor.cy"
|
- "*.hexor.cy"
|
||||||
- "hexor.cy"
|
- "hexor.cy"
|
||||||
- "*.xn--l1acako8eb.xn--p1ai"
|
|
||||||
- "xn--l1acako8eb.xn--p1ai"
|
|
||||||
|
|
||||||
|
|||||||
@@ -167,7 +167,9 @@ resource "keycloak_openid_client_optional_scopes" "oauth2_app" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "keycloak_group" "oauth2_app" {
|
resource "keycloak_group" "oauth2_app" {
|
||||||
for_each = var.oauth2_applications
|
for_each = {
|
||||||
|
for k, v in var.oauth2_applications : k => v if length(v.allowed_groups) > 0
|
||||||
|
}
|
||||||
|
|
||||||
realm_id = keycloak_realm.hexor.id
|
realm_id = keycloak_realm.hexor.id
|
||||||
name = "app-${each.key}"
|
name = "app-${each.key}"
|
||||||
|
|||||||
Reference in New Issue
Block a user