multiple updates
This commit is contained in:
@@ -21,11 +21,11 @@ spec:
|
|||||||
image: klo2k/nexus3:3.68.1-02
|
image: klo2k/nexus3:3.68.1-02
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "3Gi"
|
memory: "6Gi"
|
||||||
cpu: "1"
|
cpu: "6"
|
||||||
requests:
|
requests:
|
||||||
memory: "2Gi"
|
memory: "4Gi"
|
||||||
cpu: "500m"
|
cpu: "4"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8081
|
- containerPort: 8081
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
2
apps/sonarqube/env/k3s-cluster/values.yaml
vendored
2
apps/sonarqube/env/k3s-cluster/values.yaml
vendored
@@ -40,4 +40,4 @@ externalDatabase:
|
|||||||
user: "sonarqube_user"
|
user: "sonarqube_user"
|
||||||
existingSecret: "sonarqube-secrets"
|
existingSecret: "sonarqube-secrets"
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: k3s-cluster-node-3
|
kubernetes.io/hostname: k3s-cluster-node-y
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
- ./examples/eventbus.yaml
|
# - ./examples/eventbus.yaml
|
||||||
- ./examples/event-source.yaml
|
# - ./examples/event-source.yaml
|
||||||
- ./examples/ingress.yaml
|
# - ./examples/ingress.yaml
|
||||||
- ./examples/sensor.yaml
|
# - ./examples/sensor.yaml
|
||||||
- ./examples/workflow.yaml
|
# - ./examples/workflow.yaml
|
||||||
- ./examples/webhook.yaml
|
# - ./examples/webhook.yaml
|
||||||
@@ -7,7 +7,7 @@ auth:
|
|||||||
rootUserSecretKey: "root_user"
|
rootUserSecretKey: "root_user"
|
||||||
rootPasswordSecretKey: "root_password"
|
rootPasswordSecretKey: "root_password"
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: k3s-cluster-node-2
|
kubernetes.io/hostname: k3s-cluster-node-y
|
||||||
service:
|
service:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app: prometheus-node-exporter
|
app: prometheus-node-exporter
|
||||||
spec:
|
spec:
|
||||||
replicas: 5
|
replicas: 6
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: prometheus-node-exporter
|
app: prometheus-node-exporter
|
||||||
|
|||||||
@@ -35,4 +35,4 @@ spec:
|
|||||||
- key: kubernetes.io/hostname
|
- key: kubernetes.io/hostname
|
||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
- k3s-cluster-node-3
|
- k3s-cluster-node-y
|
||||||
Reference in New Issue
Block a user