refactor(istio-resource): Move all istio resource to helmfile

This commit is contained in:
Nikolai Rodionov
2023-04-17 11:10:48 +02:00
parent 777d88fa38
commit f1a860f97b
13 changed files with 195 additions and 26 deletions

View File

@ -1,4 +1,23 @@
---
# ------------------------------------------
# -- Istio extenstion. Just because I'm
# -- not using ingress nginx
# ------------------------------------------
istio:
enabled: true
istio:
- name: minio-http
gateway: badhouseplants-net
kind: http
hostname: min.e.badhouseplants.net
service: minio-console
port: 9001
- name: s3-http
gateway: badhouseplants-net
kind: http
hostname: s3.e.badhouseplants.net
service: minio
port: 9000
rootUser: 'overlord'
replicas: 1
mode: standalone

View File

@ -1,4 +1,19 @@
---
# ------------------------------------------
# -- Istio extenstion. Just because I'm
# -- not using ingress nginx
# ------------------------------------------
istio:
enabled: true
istio:
- name: openvpn-tcp
gateway: etersoft-vp
kind: tcp
port_match: 1194
host: "*"
service: openvpn
port: 1194
storageClassName: microk8s-hostpath
openvpn:
server: "tcp://91.232.225.63:1194"