fix(istio-resources): Set correct istio resourcec for minio and wordpress

This commit is contained in:
Nikolai Rodionov 2023-04-18 06:17:21 +02:00
parent ad64e4f391
commit 7af9eed685
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10
2 changed files with 16 additions and 10 deletions

View File

@ -6,12 +6,18 @@
istio: istio:
enabled: true enabled: true
istio: istio:
- name: nrodionov-http - name: minio-http
gateway: nrodionov-info gateway: badhouseplants-net
kind: http kind: http
hostname: dev.nrodionov.info hostname: minio.badhouseplants.net
service: nrodionov-wordpress service: minio-console
port: 8080 port: 9001
- name: s3-http
gateway: badhouseplants-net
kind: http
hostname: s3.badhouseplants.net
service: minio
port: 9000
rootUser: 'overlord' rootUser: 'overlord'
replicas: 1 replicas: 1

View File

@ -6,12 +6,12 @@
istio: istio:
enabled: true enabled: true
istio: istio:
- name: minio-http - name: nrodionov-http
gateway: badhouseplants-net gateway: nrodionov-info
kind: http kind: http
hostname: minio.badhouseplants.net hostname: dev.nrodionov.info
service: minio-console service: nrodionov-wordpress
port: 9001 port: 8080
wordpressBlogName: Николай Николаевич Родионов wordpressBlogName: Николай Николаевич Родионов
wordpressUsername: admin wordpressUsername: admin