Skip to content

Commit

Permalink
action: remove vcluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 13, 2023
1 parent ee09380 commit decb387
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 31 deletions.
17 changes: 5 additions & 12 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ AtomiCloud Cluster Bootstrap Engine
| apps.external-dns.version | string | `"HEAD"` | |
| apps.keda.createNamespace | bool | `false` | |
| apps.keda.deploy | bool | `false` | |
| apps.keda.ignoreDifferences[0].group | string | `"apiregistration.k8s.io"` | |
| apps.keda.ignoreDifferences[0].jsonPointers[0] | string | `"/spec/insecureSkipTLSVerify"` | |
| apps.keda.ignoreDifferences[0].kind | string | `"APIService"` | |
| apps.keda.ignoreDifferences[0].name | string | `"*"` | |
| apps.keda.ignoreDifferences[0].namespace | string | `"sulfoxide"` | |
| apps.keda.namespace | string | `"sulfoxide"` | |
| apps.keda.path | string | `"chart"` | |
| apps.keda.pruneLast | bool | `true` | |
Expand All @@ -69,18 +74,6 @@ AtomiCloud Cluster Bootstrap Engine
| apps.keda.sync | int | `4` | |
| apps.keda.values[0] | string | `"values.yaml"` | |
| apps.keda.version | string | `"HEAD"` | |
| apps.kong.createNamespace | bool | `false` | |
| apps.kong.deploy | bool | `false` | |
| apps.kong.namespace | string | `"sulfoxide"` | |
| apps.kong.path | string | `"chart"` | |
| apps.kong.pruneLast | bool | `true` | |
| apps.kong.release | string | `"oxygen"` | |
| apps.kong.replace | bool | `false` | |
| apps.kong.repo | string | `"https://github.com/AtomiCloud/sulfoxide.oxygen"` | |
| apps.kong.serverSideApply | bool | `false` | |
| apps.kong.sync | int | `5` | |
| apps.kong.values[0] | string | `"values.yaml"` | |
| apps.kong.version | string | `"HEAD"` | |
| apps.kyverno.createNamespace | bool | `false` | |
| apps.kyverno.deploy | bool | `false` | |
| apps.kyverno.namespace | string | `"sulfoxide"` | |
Expand Down
3 changes: 3 additions & 0 deletions chart/templates/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ spec:
factor: 2
maxDuration: 3m
revisionHistoryLimit: {{ $.Values.revisionLimit }}
{{- with $v.ignoreDifferences }}
{{ toYaml . | nindent 2 }}
{{- end }}
{{- end }}
---
{{- end }}
6 changes: 3 additions & 3 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,18 @@ apps:

pichu-vcluster:
sync: 4
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.opal.yaml" ]
createNamespace: true

pikachu-vcluster:
sync: 4
deploy: true
deploy: false
values: [ "values.yaml", "values.pikachu.opal.yaml" ]
createNamespace: true

raichu-vcluster:
sync: 4
deploy: true
deploy: false
values: [ "values.yaml", "values.raichu.opal.yaml" ]
createNamespace: true
39 changes: 23 additions & 16 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ apps:
serverSideApply: true
chart: prometheus-operator-crds

# Kyverno, Policy Engine, Argon
kyverno:
sync: 1
deploy: false
Expand All @@ -49,6 +50,7 @@ apps:
replace: false
serverSideApply: true

# Kyverno Policies, Policies, Sodium
policies:
sync: 2
deploy: false
Expand All @@ -63,6 +65,7 @@ apps:
replace: false
serverSideApply: false

# Metric Server, Metrics, Xenon
metric-server:
sync: 3
deploy: false
Expand All @@ -77,6 +80,7 @@ apps:
replace: false
serverSideApply: false

# Reloader, Reloader, Chlorine
reloader:
sync: 3
deploy: false
Expand All @@ -91,6 +95,7 @@ apps:
replace: false
serverSideApply: false

# Cert Manager, Certificate Engine, Sulfur
cert-manager:
sync: 3
deploy: false
Expand All @@ -105,6 +110,7 @@ apps:
replace: false
serverSideApply: false

# OTEL Operator, Observability Engine, Lithium
otel-operator:
sync: 3
deploy: false
Expand All @@ -119,6 +125,7 @@ apps:
replace: false
serverSideApply: false

# External Secrets, Secrets Engine, Cobalt
secrets-engine:
sync: 3
deploy: false
Expand All @@ -133,6 +140,7 @@ apps:
replace: false
serverSideApply: false

# External DNS, DNS Engine, Tin
external-dns:
sync: 4
deploy: false
Expand All @@ -147,6 +155,7 @@ apps:
replace: false
serverSideApply: false

# Cloudflared, Internal Ingress, Boron
cloudflared:
sync: 4
deploy: false
Expand All @@ -161,6 +170,7 @@ apps:
replace: false
serverSideApply: false

# KEDA, Pod Autoscaler, Iron
keda:
sync: 4
deploy: false
Expand All @@ -174,9 +184,15 @@ apps:
pruneLast: true
replace: false
serverSideApply: true
ignoreDifferences:
- group: apiregistration.k8s.io
kind: APIService
name: "*"
namespace: sulfoxide
jsonPointers:
- /spec/insecureSkipTLSVerify



# Cluster Issuer, Certificate Issuer, Zinc
cluster-issuer:
sync: 4
deploy: false
Expand All @@ -191,6 +207,7 @@ apps:
replace: false
serverSideApply: false

# OTEL Collectors, Observability Agents, Silicon
otel-collectors:
sync: 4
deploy: false
Expand All @@ -205,6 +222,7 @@ apps:
replace: false
serverSideApply: false

# Nginx, External Ingress, Gold
nginx:
sync: 5
deploy: false
Expand All @@ -219,20 +237,7 @@ apps:
replace: false
serverSideApply: false

kong:
sync: 5
deploy: false
release: oxygen
repo: https://github.com/AtomiCloud/sulfoxide.oxygen
version: HEAD
path: chart
values: ["values.yaml"]
namespace: sulfoxide
createNamespace: false
pruneLast: true
replace: false
serverSideApply: false

# pichu vcluster, Pichu Virtual Cluster, Pichu Iodine
pichu-vcluster:
sync: 6
deploy: false
Expand All @@ -247,6 +252,7 @@ apps:
replace: false
serverSideApply: false

# pikachu vcluster, Pikachu Virtual Cluster, Pikachu Iodine
pikachu-vcluster:
sync: 6
deploy: false
Expand All @@ -261,6 +267,7 @@ apps:
replace: false
serverSideApply: false

# raichu vcluster, Raichu Virtual Cluster, Raichu Iodine
raichu-vcluster:
sync: 6
deploy: false
Expand Down

0 comments on commit decb387

Please sign in to comment.