
Partially done 06-mTLS from the traffic management documentation. Deleted some unnecessary files. some other minor changes
119 lines
2.6 KiB
YAML
Executable File
119 lines
2.6 KiB
YAML
Executable File
#apiVersion: v1
|
|
#kind: Service
|
|
#metadata:
|
|
# name: istio-lb
|
|
# namespace: istio-system
|
|
# labels:
|
|
# istio: istio-ingress
|
|
#spec:
|
|
# type: LoadBalancer
|
|
# ports:
|
|
# - port: 80
|
|
# name: http
|
|
# - port: 443
|
|
# name: https
|
|
# selector:
|
|
# istio: istio-ingress
|
|
#---
|
|
#apiVersion: install.istio.io/v1alpha1
|
|
#kind: IstioOperator
|
|
#metadata:
|
|
# namespace: istio-system
|
|
# name: my-istio-operator
|
|
#spec:
|
|
## profile: default
|
|
# profile: empty
|
|
# components:
|
|
# ingressGateways:
|
|
# - name: istio-ingress
|
|
# enabled: true
|
|
# label:
|
|
# istio: my-istio-ingress
|
|
---
|
|
#apiVersion: install.istio.io/v1alpha1
|
|
#kind: IstioOperator
|
|
#spec:
|
|
# components:
|
|
# ingressGateways:
|
|
# - name: istio-ingress
|
|
# enabled: true
|
|
## - name: istio-ingressgateway-staging
|
|
# namespace: staging
|
|
# enabled: true
|
|
---
|
|
#apiVersion: install.istio.io/v1alpha1
|
|
#kind: IstioOperator
|
|
#metadata:
|
|
# namespace: istio-system
|
|
# name: istio-operator
|
|
#spec:
|
|
# profile: default
|
|
# components:
|
|
# ingressGateways:
|
|
# - name: istio-ingress
|
|
# enabled: true
|
|
# - namespace: default
|
|
# name: istio-ingressgateway-private
|
|
# enabled: true
|
|
# k8s:
|
|
# serviceAnnotations:
|
|
# service.kubernetes.io/ibm-load-balancer-cloud-provider-ip-type: "private"
|
|
# values:
|
|
# gateways:
|
|
# istio-ingressgateway:
|
|
# sds:
|
|
# enabled: true
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
labels:
|
|
app: istio-ingressgateway
|
|
# install.operator.istio.io/owning-resource: unknown
|
|
# install.operator.istio.io/owning-resource-namespace: istio-system
|
|
istio: my-ingress-gateway
|
|
# istio.io/rev: default
|
|
operator.istio.io/component: IngressGateways
|
|
# operator.istio.io/managed: Reconcile
|
|
# operator.istio.io/version: 1.16.1
|
|
# release: istio
|
|
name: my-ingress-gateway
|
|
namespace: istio-system
|
|
resourceVersion: "880342"
|
|
uid: 289a34e8-fe45-43ad-8dad-bc3dc9534f5c
|
|
spec:
|
|
# allocateLoadBalancerNodePorts: true
|
|
# clusterIP: 10.110.130.2
|
|
# clusterIPs:
|
|
# - 10.110.130.2
|
|
externalTrafficPolicy: Cluster
|
|
internalTrafficPolicy: Cluster
|
|
ipFamilies:
|
|
- IPv4
|
|
ipFamilyPolicy: SingleStack
|
|
ports:
|
|
- name: status-port
|
|
nodePort: 30276
|
|
port: 15021
|
|
protocol: TCP
|
|
targetPort: 15021
|
|
- name: http2
|
|
nodePort: 32188
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
- name: https
|
|
# nodePort: 32437
|
|
port: 443
|
|
protocol: TCP
|
|
# targetPort: 8443
|
|
selector:
|
|
app: istio-ingressgateway
|
|
istio: ingressgateway
|
|
# sessionAffinity: None
|
|
type: LoadBalancer
|
|
status:
|
|
loadBalancer:
|
|
ingress:
|
|
- ip: 192.168.1.50 |