This file contains hidden or 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
## PVC for storing dind data | |
apiVersion: v1 | |
kind: PersistentVolumeClaim | |
metadata: | |
labels: | |
app: docker-dind | |
name: docker-dind-data | |
namespace: gitlab-managed-apps | |
spec: | |
accessModes: |
This file contains hidden or 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 | |
spec: | |
meshConfig: | |
accessLogFile: "/dev/stdout" | |
accessLogEncoding: 1 # 0 for TEXT logs 1 for JSON logs | |
enableTracing: false | |
defaultConfig: | |
sds: | |
enabled: true #SDS is enabled by default in 1.6.x |
This file contains hidden or 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
tracing: | |
enabled: false | |
global: | |
sds: | |
enabled: true | |
proxy: | |
accessLogFile: "/dev/stdout" | |
accessLogEncoding: "JSON" | |
gateways: | |
istio-ingressgateway: |