trim spaces in codebase
This commit is contained in:
@@ -258,7 +258,7 @@ spec:
|
||||
co.elastic.logs/enabled: 'false'
|
||||
spec:
|
||||
containers:
|
||||
- name: kibana
|
||||
- name: kibana
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /app/home
|
||||
|
@@ -2,11 +2,11 @@ apiVersion: rabbitmq.com/v1beta1
|
||||
kind: RabbitmqCluster
|
||||
metadata:
|
||||
name: frigate-mqtt
|
||||
spec:
|
||||
spec:
|
||||
replicas: 3
|
||||
persistence:
|
||||
storageClassName: rabbitmq
|
||||
storage: 10Gi
|
||||
storage: 10Gi
|
||||
rabbitmq:
|
||||
additionalPlugins:
|
||||
- rabbitmq_mqtt
|
||||
|
@@ -28,14 +28,14 @@ spec:
|
||||
operator: In
|
||||
values:
|
||||
- go2rtc
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
nodeSelector:
|
||||
dedicated: nvr
|
||||
tolerations:
|
||||
tolerations:
|
||||
- key: dedicated
|
||||
operator: Equal
|
||||
value: nvr
|
||||
effect: NoSchedule
|
||||
effect: NoSchedule
|
||||
containers:
|
||||
- name: go2rtc
|
||||
image: alexxit/go2rtc
|
||||
@@ -78,4 +78,4 @@ spec:
|
||||
targetPort: rtsp
|
||||
selector:
|
||||
app.kubernetes.io/name: go2rtc
|
||||
app.kubernetes.io/instance: go2rtc
|
||||
app.kubernetes.io/instance: go2rtc
|
||||
|
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- image: harbor.k-space.ee/k-space/goredirect:latest
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: GOREDIRECT_NOT_FOUND
|
||||
value: https://inventory.k-space.ee/m/inventory/add-by-slug/%s
|
||||
|
@@ -68,7 +68,6 @@ persistence:
|
||||
#multipartcopychunksize: "33554432"
|
||||
#multipartcopymaxconcurrency: 100
|
||||
#multipartcopythresholdsize: "33554432"
|
||||
|
||||
|
||||
# The initial password of Harbor admin. Change it from portal after launching Harbor
|
||||
# or give an existing secret for it
|
||||
|
@@ -123,7 +123,7 @@ rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes", "namespaces", "pods", "serviceaccounts", "services", "configmaps", "endpoints", "persistentvolumeclaims", "replicationcontrollers", "replicationcontrollers/scale", "persistentvolumeclaims", "persistentvolumes", "bindings", "events", "limitranges", "namespaces/status", "pods/log", "pods/status", "replicationcontrollers/status", "resourcequotas", "resourcequotas/status"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
|
||||
|
||||
- apiGroups: ["apps"]
|
||||
resources: ["daemonsets", "deployments", "deployments/scale", "replicasets", "replicasets/scale", "statefulsets"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
|
@@ -36,7 +36,7 @@ spec:
|
||||
effect: NoSchedule
|
||||
- key: dedicated
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
effect: NoSchedule
|
||||
# Mark this pod as a critical add-on; when enabled, the critical add-on
|
||||
# scheduler reserves resources for critical add-on pods so that they can
|
||||
# be rescheduled after a failure.
|
||||
|
@@ -653,7 +653,7 @@ spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- "*.k-space.ee"
|
||||
secretName:
|
||||
secretName:
|
||||
rules:
|
||||
- host: "auth.k-space.ee"
|
||||
http:
|
||||
|
@@ -21,4 +21,4 @@
|
||||
kubectl --kubeconfig ~/.kube/k-space label nodes master2.kube.k-space.ee topology.kubernetes.io/region=pve-cluster topology.kubernetes.io/zone=pve2 --overwrite
|
||||
kubectl --kubeconfig ~/.kube/k-space label nodes master3.kube.k-space.ee topology.kubernetes.io/region=pve-cluster topology.kubernetes.io/zone=pve8 --overwrite
|
||||
|
||||
```
|
||||
```
|
||||
|
@@ -62,7 +62,7 @@ rules:
|
||||
- list
|
||||
- watch
|
||||
---
|
||||
kind: ClusterRoleBinding
|
||||
kind: ClusterRoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
name: backup-service
|
||||
@@ -72,6 +72,6 @@ subjects:
|
||||
name: backup-service
|
||||
namespace: shared
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
kind: ClusterRole
|
||||
name: backup-service
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
|
@@ -19,7 +19,7 @@ spec:
|
||||
encapsulation: IPIP
|
||||
name: default-ipv4-ippool
|
||||
natOutgoing: Disabled
|
||||
nodeSelector: all()
|
||||
nodeSelector: all()
|
||||
---
|
||||
apiVersion: projectcalico.org/v3
|
||||
kind: IPPool
|
||||
|
@@ -188,7 +188,7 @@ spec:
|
||||
tcpSocket:
|
||||
port: 2525
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
periodSeconds: 10
|
||||
volumes:
|
||||
- name: cert
|
||||
secret:
|
||||
|
@@ -105,7 +105,7 @@ spec:
|
||||
- |
|
||||
wget --header="Authorization: Bearer $APPCONF_api_accessToken" --quiet --spider http://127.0.0.1:8080/health || exit 1
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
periodSeconds: 10
|
||||
volumes:
|
||||
- name: cert
|
||||
secret:
|
||||
|
@@ -117,7 +117,7 @@ spec:
|
||||
tcpSocket:
|
||||
port: 9465
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
periodSeconds: 10
|
||||
env:
|
||||
- name: APPCONF_plugins_wildduck_srs_secret
|
||||
valueFrom:
|
||||
|
Reference in New Issue
Block a user