Skip to content

Instantly share code, notes, and snippets.

View emedina's full-sized avatar

Enrique Medina Montenegro emedina

View GitHub Profile
---
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/
memory: 4096Mi
requests:
cpu: 100m
memory: 128Mi
sds:
enabled: true
type: NodePort
global:
sds:
enabled: true
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":
@emedina
emedina / appidentityandaccessadapter.yaml
Created September 22, 2019 05:10
App Identity and Access Adapter
---
# 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"
@emedina
emedina / jwt-policy.yaml
Created September 21, 2019 17:19
JWT Policy
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
@emedina
emedina / istio-1.2.6.yaml
Last active September 21, 2019 17:00
istio-1.2.6.yaml
---
# Source: istio/templates/namespace.yaml
kind: Namespace
apiVersion: v1
metadata:
name: istio-system
labels:
istio-injection: disabled
---
# Source: istio/charts/galley/templates/poddisruptionbudget.yaml
@emedina
emedina / istio-init-1.2.6.yaml
Last active September 21, 2019 17:00
istio-init-1.2.6.yaml
---
# 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
@emedina
emedina / istio-init.yaml
Last active September 21, 2019 16:08
istio-init.yaml
---
# 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
@emedina
emedina / istio.yaml
Last active September 21, 2019 15:55
Istio 1.3.0
---
# 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
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"