feat(ingress): add TLS configuration for staging hosts
Add TLS configuration for staging-shiny and staging-shiny-api hosts in the ingress resources. Create a new namespace for ingress-nginx to better organize resources. Update kustomization files to include new certificates and secrets. Streamline setup process with improved wait commands for pod readiness.
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ClusterSecretStore
|
||||
metadata:
|
||||
name: external-secrets
|
||||
spec:
|
||||
provider:
|
||||
fake:
|
||||
data:
|
||||
- key: "applications/shiny/accounting-service"
|
||||
value: '{}'
|
||||
- key: "applications/shiny/authz-service"
|
||||
value: '{}'
|
||||
- key: "applications/shiny/company-service"
|
||||
value: '{}'
|
||||
- key: "applications/shiny/consumer-service"
|
||||
value: '{}'
|
||||
- key: "applications/shiny/employee-service"
|
||||
value: '{}'
|
||||
- key: "applications/shiny/invoice-service"
|
||||
value: '{}'
|
||||
- key: "applications/shiny/notification-service"
|
||||
value: '{}'
|
||||
- key: "applications/shiny/salary-service"
|
||||
value: '{}'
|
||||
- key: "applications/shiny/supplier-service"
|
||||
value: '{}'
|
||||
- key: "applications/shiny/supplier-invoice-service"
|
||||
value: '{}'
|
||||
- key: "applications/shiny/time-service"
|
||||
value: '{}'
|
||||
- key: "applications/shiny/gateway"
|
||||
value: '{"API_KEY": "us_ak_vUj37A1ukjIfhkJH"}'
|
||||
- key: "rds/postgres/prod-psql"
|
||||
value: '{"POSTGRES_URL": "postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable", "DB_HOST": "postgres", "DB_NAME": "postgres", "DB_PASSWORD": "postgres", "DB_PORT": "5432", "DB_USERNAME": "postgres"}'
|
||||
- key: "mq/rabbit/prod"
|
||||
value: '{"AMQP_URL": "amqp://user:password@rabbitmq:5672/"}'
|
||||
- key: "services/schemas"
|
||||
value: '{"ISSUER": "auth0", "STRICT_SSL": "false"}'
|
||||
Reference in New Issue
Block a user