Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions helm-configs/osie/osie-helm-overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
global:
ingress:
enabled: true
hostname: "cloud.example.com"
ingressClassName: "nginx"
annotations:
cert-manager.io/cluster-issuer: selfsigned-issuer
# Required by Keycloak when using Nginx ingress
nginx.ingress.kubernetes.io/proxy-buffer-size: "128k"
tls: true
keycloak:
replicaCount: 3
postgresql:
architecture: replication
ingress:
hostname: auth.example.com
smtp:
password: "password" # smtp password
user: "smptuser" # smtp user
starttls: true
auth: true
port: 587
host: "smpt.example.com" # smtp server
from: support@rackspace.com
fromDisplayName: Rackspace OpenStack Flex
ui:
replicaCount: 3
admin:
replicaCount: 3
api:
replicaCount: 3
mongodb:
architecture: replicaset
replicaCount: 3
redis:
architecture: replication