Migrate Istio completely (#7)
Reviewed-on: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/pulls/7
This commit is contained in:
17
etersoft/values/values.istio-gateway.yaml
Normal file
17
etersoft/values/values.istio-gateway.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
service:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- name: status-port
|
||||
port: 15021
|
||||
protocol: TCP
|
||||
targetPort: 15021
|
||||
- name: http2
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
- name: https
|
||||
port: 443
|
||||
protocol: TCP
|
||||
targetPort: 443
|
||||
|
7
etersoft/values/values.istiod.yaml
Normal file
7
etersoft/values/values.istiod.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
pilot:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
storageClassName: microk8s-hostpath
|
||||
openvpn:
|
||||
server: "tcp://91.232.225.63:1194"
|
||||
|
Reference in New Issue
Block a user