View istiooperator.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: install.istio.io/v1alpha1 | |
kind: IstioOperator | |
metadata: | |
namespace: istio-system | |
name: istiocontrolplane | |
# https://istio.io/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec | |
spec: | |
# see profiles on https://istio.io/docs/setup/additional-setup/config-profiles/ |
View gist:5424399c9b6d576c8f61aaa6d676da3d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
memory: 4096Mi | |
requests: | |
cpu: 100m | |
memory: 128Mi | |
sds: | |
enabled: true | |
type: NodePort | |
global: | |
sds: | |
enabled: true |
View gist:d050f52d7f38c1a248b086c9912a9c34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dataflow:>stream manifest --name dir | |
"apiVersion": "skipper.spring.io/v1" | |
"kind": "SpringCloudDeployerApplication" | |
"metadata": | |
"name": "deep-index-reclassif-sink" | |
"spec": | |
"resource": "docker:containerhub.internal.epo.org:7777/deep-index-reclassif-sinks-docker" | |
"resourceMetadata": "docker:containerhub.internal.epo.org:7777/deep-index-reclassif-sinks-docker:jar:metadata:0.0.0-87eac90" | |
"version": "0.0.0-87eac90" | |
"applicationProperties": |
View appidentityandaccessadapter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Source: appidentityandaccessadapter/templates/keys.yaml | |
apiVersion: v1 | |
kind: Secret | |
metadata: | |
name: appidentityandaccessadapter-cookie-sig-enc-keys | |
namespace: istio-system | |
annotations: | |
"helm.sh/hook": "pre-install" | |
"helm.sh/hook-delete-policy": "before-hook-creation" |
View jwt-policy.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: authentication.istio.io/v1alpha1 | |
kind: Policy | |
metadata: | |
name: jwt-example | |
namespace: foo | |
spec: | |
origins: | |
- jwt: | |
issuer: testing@secure.istio.io | |
jwksUri: https://raw.githubusercontent.com/istio/istio/release-1.3/security/tools/jwt/samples/jwks.json |
View istio-1.2.6.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Source: istio/templates/namespace.yaml | |
kind: Namespace | |
apiVersion: v1 | |
metadata: | |
name: istio-system | |
labels: | |
istio-injection: disabled | |
--- | |
# Source: istio/charts/galley/templates/poddisruptionbudget.yaml |
View istio-init-1.2.6.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Source: istio/templates/namespace.yaml | |
kind: Namespace | |
apiVersion: v1 | |
metadata: | |
name: istio-system | |
labels: | |
istio-injection: disabled | |
--- | |
# Source: istio-init/templates/configmap-crd-10.yaml |
View istio-init.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Source: istio/templates/namespace.yaml | |
kind: Namespace | |
apiVersion: v1 | |
metadata: | |
name: istio-system | |
labels: | |
istio-injection: disabled | |
--- | |
# Source: istio-init/templates/configmap-crd-10.yaml |
View istio.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Source: istio/templates/namespace.yaml | |
kind: Namespace | |
apiVersion: v1 | |
metadata: | |
name: istio-system | |
labels: | |
istio-injection: disabled | |
--- | |
# Source: istio/charts/istio/charts/galley/templates/poddisruptionbudget.yaml |
View Gateway - VirtualService
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
items: | |
- apiVersion: networking.istio.io/v1alpha3 | |
kind: Gateway | |
metadata: | |
annotations: | |
kubectl.kubernetes.io/last-applied-configuration: | | |
{"apiVersion":"networking.istio.io/v1alpha3","kind":"Gateway","metadata":{"annotations":{},"name":"ag-support-istio-gateway","namespace":"intadaptive-cb"},"spec":{"selector":{"istio":"ingressgateway"},"servers":[{"hosts":["int-tmdrepository.dev.oami.eu"],"port": | |
{"name":"http","number":80,"protocol":"HTTP"}}]}} | |
creationTimestamp: "2019-03-24T12:38:23Z" |
NewerOlder