temporal backup cause why not.
This commit is contained in:
parent
82ebccc563
commit
f58c901017
14
ksetup/K/IstioOperator_IstioConfig.yaml
Normal file
14
ksetup/K/IstioOperator_IstioConfig.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
apiVersion: install.istio.io/v1alpha1
|
||||
kind: IstioOperator
|
||||
metadata:
|
||||
namespace: istio-system
|
||||
name: istio-config
|
||||
labels:
|
||||
last-update: 2023-07-16
|
||||
spec:
|
||||
profile: minimal
|
||||
meshConfig:
|
||||
accessLogFile: /dev/stdout
|
||||
enableTracing: true
|
||||
ingressService: istio-public-ingress
|
||||
ingressSelector: public-ingress
|
33
ksetup/K/IstioOperator_PublicIngress.yaml
Normal file
33
ksetup/K/IstioOperator_PublicIngress.yaml
Normal file
@ -0,0 +1,33 @@
|
||||
apiVersion: install.istio.io/v1alpha1
|
||||
kind: IstioOperator
|
||||
metadata:
|
||||
namespace: istio-system
|
||||
name: public-ingress
|
||||
labels:
|
||||
last-update: 2023-07-16
|
||||
spec:
|
||||
profile: empty
|
||||
components:
|
||||
ingressGateways:
|
||||
- namespace: istio-system
|
||||
name: istio-public-ingress
|
||||
enabled: true
|
||||
label:
|
||||
istio: public-ingress
|
||||
app: istio-public-ingress
|
||||
k8s:
|
||||
service:
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 192.168.1.98
|
||||
# ports:
|
||||
# - port: 80
|
||||
# targetPort: 31242
|
||||
# name: http
|
||||
#
|
||||
# - port: 443
|
||||
# targetPort: 32271
|
||||
# name: https
|
||||
#
|
||||
# - port: 15021
|
||||
# targetPort: 31546
|
||||
# name: tcp
|
27
ksetup/K/ipRange.yaml
Normal file
27
ksetup/K/ipRange.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
## https://computingforgeeks.com/deploy-metallb-load-balancer-on-kubernetes/
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: cheap
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.1.0/24
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: pool1-advert
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
ipAddressPools:
|
||||
- cheap
|
||||
---
|
||||
#apiVersion: metallb.io/v1beta1
|
||||
#kind: IPAddressPool
|
||||
#metadata:
|
||||
# name: production
|
||||
# namespace: metallb-system
|
||||
#spec:
|
||||
# addresses:
|
||||
# - 192.168.1.30-192.168.1.50
|
Loading…
x
Reference in New Issue
Block a user