Skip to content

Commit

Permalink
Tests Multi Istio Support
Browse files Browse the repository at this point in the history
  • Loading branch information
danehans committed Sep 23, 2021
1 parent 1bd2abc commit c7b4642
Show file tree
Hide file tree
Showing 7 changed files with 585 additions and 34 deletions.
4 changes: 2 additions & 2 deletions base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# When updating the version of BigBang, make sure to update
# both the bases reference and the GitRepository reference
bases:
- git::https://github.com/danehans/big-bang.git//base?ref=22d07966c9788451e1226e8504a0bb7f317cf9cc
- git::https://github.com/danehans/big-bang.git//base?ref=2c6c076f9671216e5e3a1fbcb5177ff70b97b4d0
configMapGenerator:
- name: common
behavior: merge
Expand All @@ -18,4 +18,4 @@ patchesStrategicMerge:
ref:
$patch: replace
tag: ""
branch: issue_654
branch: istio_map_gw_pkg_v2
38 changes: 19 additions & 19 deletions base/secrets.enc.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/bigbang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
interval: 30s
url: https://github.com/danehans/template.git
ref:
branch: mac-dev-bb-issue-654
branch: istio_map_gw_pkg_v2
secretRef:
name: private-git
---
Expand Down
145 changes: 133 additions & 12 deletions dev/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,146 @@
hostname: bigbang.dev

istio:
#networkPolicies:
# enabled: false

flux:
interval: 5s
rollback:
cleanupOnFail: false

istiooperator:
enabled: true
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git
repo: https://github.com/danehans/istio-operator.git
path: "./chart"
tag: "1.9.7-bb.0"
tag: null
branch: revision
values:
tag: 1.11.1

istiooperator:
istio:
enabled: true
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-operator.git
repo: https://github.com/danehans/istio-controlplane.git
path: "./chart"
tag: "1.9.7-bb.0"

flux:
interval: 1m
rollback:
cleanupOnFail: false
tag: null
branch: revision_support
ingressGateways:
public-ingressgateway:
type: "NodePort"
kubernetesResourceSpec:
service:
ports:
- name: status-port
nodePort: 30148
port: 15021
protocol: TCP
targetPort: 15021
- name: http2
nodePort: 30080
port: 80
protocol: TCP
targetPort: 8080
- name: https
nodePort: 30443
port: 443
protocol: TCP
targetPort: 8443
values:
tag: 1.11.1
controlplanes:
default:
enabled: false
git:
repo: https://github.com/danehans/istio-controlplane.git
path: "./chart"
tag: null
branch: revision_support
ingressGateways:
public-ingressgateway:
type: "NodePort"
kubernetesResourceSpec:
service:
ports:
- name: status-port
nodePort: 30148
port: 15021
protocol: TCP
targetPort: 15021
- name: http2
nodePort: 30080
port: 80
protocol: TCP
targetPort: 8080
- name: https
nodePort: 30443
port: 443
protocol: TCP
targetPort: 8443
flux: { }
values:
tag: 1.11.1
postRenderers: [ ]
1-11-2:
enabled: false
revision: 1-11-2
git:
repo: https://github.com/danehans/istio-controlplane.git
path: "./chart"
tag: null
branch: revision_support
ingressGateways:
public-ingressgateway:
type: "NodePort"
kubernetesResourceSpec:
service:
ports:
- name: status-port
nodePort: 30148
port: 15021
protocol: TCP
targetPort: 15021
- name: http2
nodePort: 30080
port: 80
protocol: TCP
targetPort: 8080
- name: https
nodePort: 30443
port: 443
protocol: TCP
targetPort: 8443
flux: { }
values:
tag: 1.11.2
postRenderers: [ ]
operators:
default:
enabled: false
git:
repo: https://github.com/danehans/istio-operator.git
path: "./chart"
tag: null
branch: revision
values:
tag: 1.11.1
flux: { }
postRenderers: []
1-11-2:
enabled: false
revision: 1-11-2
git:
repo: https://github.com/danehans/istio-operator.git
path: "./chart"
tag: null
branch: revision
values:
tag: 1.11.2
flux: { }
postRenderers: []

gatekeeper:
enabled: false
values:
replicas: 1
resources:
Expand All @@ -35,7 +156,7 @@ gatekeeper:
- default

kiali:
enabled: false
enabled: true

jaeger:
enabled: false
Expand Down
Empty file removed iop_wip_not_working.yaml
Empty file.
Loading

0 comments on commit c7b4642

Please sign in to comment.