Compare commits
1 Commits
0d4940dcfc
...
c7d9d841a4
| Author | SHA1 | Date | |
|---|---|---|---|
| c7d9d841a4 |
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1beta1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: attic-secret
|
name: attic-secret
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ authentik:
|
|||||||
data:
|
data:
|
||||||
tls.crt: ""
|
tls.crt: ""
|
||||||
tls.key: ""
|
tls.key: ""
|
||||||
- apiVersion: external-secrets.io/v1
|
- apiVersion: external-secrets.io/v1beta1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: authentik-credentials
|
name: authentik-credentials
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1beta1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: gitea-runner-token
|
name: gitea-runner-token
|
||||||
|
|||||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
version: 9.2.1
|
version: 9.0.0
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
@@ -3,8 +3,17 @@ grafana:
|
|||||||
existingSecret: grafana-admin
|
existingSecret: grafana-admin
|
||||||
passwordKey: passwordKey
|
passwordKey: passwordKey
|
||||||
userKey: userKey
|
userKey: userKey
|
||||||
|
affinity: {}
|
||||||
|
alerting: {}
|
||||||
assertNoLeakedSecrets: true
|
assertNoLeakedSecrets: true
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
|
autoscaling:
|
||||||
|
behavior: {}
|
||||||
|
enabled: false
|
||||||
|
maxReplicas: 5
|
||||||
|
minReplicas: 1
|
||||||
|
targetCPU: "60"
|
||||||
|
targetMemory: ""
|
||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
@@ -13,21 +22,52 @@ grafana:
|
|||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
createConfigmap: true
|
createConfigmap: true
|
||||||
|
dashboardProviders: {}
|
||||||
|
dashboards: {}
|
||||||
|
dashboardsConfigMaps: {}
|
||||||
|
datasources: {}
|
||||||
defaultCurlOptions: -skf
|
defaultCurlOptions: -skf
|
||||||
deploymentStrategy:
|
deploymentStrategy:
|
||||||
type: Recreate
|
type: RollingUpdate
|
||||||
|
dnsConfig: {}
|
||||||
|
dnsPolicy: null
|
||||||
|
downloadDashboards:
|
||||||
|
env: {}
|
||||||
|
envFromSecret: ""
|
||||||
|
envValueFrom: {}
|
||||||
|
resources: {}
|
||||||
|
securityContext:
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
seccompProfile:
|
||||||
|
type: RuntimeDefault
|
||||||
downloadDashboardsImage:
|
downloadDashboardsImage:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: curlimages/curl
|
repository: curlimages/curl
|
||||||
|
sha: ""
|
||||||
tag: 8.13.0
|
tag: 8.13.0
|
||||||
|
enableKubeBackwardCompatibility: false
|
||||||
enableServiceLinks: true
|
enableServiceLinks: true
|
||||||
|
env: {}
|
||||||
envFromConfigMaps:
|
envFromConfigMaps:
|
||||||
- name: grafana-env
|
- name: grafana-env
|
||||||
|
envFromSecret: ""
|
||||||
envFromSecrets:
|
envFromSecrets:
|
||||||
- name: grafana-secretenv
|
- name: grafana-secretenv
|
||||||
|
envRenderSecret: {}
|
||||||
|
envValueFrom: {}
|
||||||
|
extraConfigmapMounts: []
|
||||||
|
extraContainerVolumes: []
|
||||||
|
extraContainers: ""
|
||||||
|
extraEmptyDirMounts: []
|
||||||
|
extraExposePorts: []
|
||||||
|
extraInitContainers: []
|
||||||
|
extraLabels: {}
|
||||||
extraObjects:
|
extraObjects:
|
||||||
- apiVersion: external-secrets.io/v1
|
- apiVersion: external-secrets.io/v1beta1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: grafana-admin
|
name: grafana-admin
|
||||||
@@ -55,7 +95,7 @@ grafana:
|
|||||||
creationPolicy: Owner
|
creationPolicy: Owner
|
||||||
deletionPolicy: Retain
|
deletionPolicy: Retain
|
||||||
name: grafana-admin
|
name: grafana-admin
|
||||||
- apiVersion: external-secrets.io/v1
|
- apiVersion: external-secrets.io/v1beta1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: grafana-secretenv
|
name: grafana-secretenv
|
||||||
@@ -108,6 +148,13 @@ grafana:
|
|||||||
data:
|
data:
|
||||||
tls.crt: ""
|
tls.crt: ""
|
||||||
tls.key: ""
|
tls.key: ""
|
||||||
|
extraSecretMounts: []
|
||||||
|
extraVolumeMounts: []
|
||||||
|
extraVolumes: []
|
||||||
|
global:
|
||||||
|
imagePullSecrets: []
|
||||||
|
imageRegistry: null
|
||||||
|
gossipPortName: gossip
|
||||||
grafana.ini:
|
grafana.ini:
|
||||||
analytics:
|
analytics:
|
||||||
check_for_updates: true
|
check_for_updates: true
|
||||||
@@ -123,14 +170,93 @@ grafana:
|
|||||||
server:
|
server:
|
||||||
domain: '{{ if (and .Values.ingress.enabled .Values.ingress.hosts) }}{{ tpl (.Values.ingress.hosts
|
domain: '{{ if (and .Values.ingress.enabled .Values.ingress.hosts) }}{{ tpl (.Values.ingress.hosts
|
||||||
| first) . }}{{ else }}''''{{ end }}'
|
| first) . }}{{ else }}''''{{ end }}'
|
||||||
|
headlessService: false
|
||||||
|
hostAliases: []
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
pullSecrets: []
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: grafana/grafana
|
repository: grafana/grafana
|
||||||
ingress:
|
sha: ""
|
||||||
|
tag: ""
|
||||||
|
imageRenderer:
|
||||||
|
affinity: {}
|
||||||
|
automountServiceAccountToken: false
|
||||||
|
autoscaling:
|
||||||
|
behavior: {}
|
||||||
|
enabled: false
|
||||||
|
maxReplicas: 5
|
||||||
|
minReplicas: 1
|
||||||
|
targetCPU: "60"
|
||||||
|
targetMemory: ""
|
||||||
|
containerSecurityContext:
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
readOnlyRootFilesystem: true
|
||||||
|
seccompProfile:
|
||||||
|
type: RuntimeDefault
|
||||||
|
deploymentStrategy: {}
|
||||||
|
enabled: false
|
||||||
|
env:
|
||||||
|
HTTP_HOST: 0.0.0.0
|
||||||
|
XDG_CACHE_HOME: /tmp/.chromium
|
||||||
|
XDG_CONFIG_HOME: /tmp/.chromium
|
||||||
|
envValueFrom: {}
|
||||||
|
extraConfigmapMounts: []
|
||||||
|
extraSecretMounts: []
|
||||||
|
extraVolumeMounts: []
|
||||||
|
extraVolumes: []
|
||||||
|
grafanaProtocol: http
|
||||||
|
grafanaSubPath: ""
|
||||||
|
hostAliases: []
|
||||||
|
image:
|
||||||
|
pullPolicy: Always
|
||||||
|
pullSecrets: []
|
||||||
|
registry: docker.io
|
||||||
|
repository: grafana/grafana-image-renderer
|
||||||
|
sha: ""
|
||||||
|
tag: latest
|
||||||
|
networkPolicy:
|
||||||
|
extraIngressSelectors: []
|
||||||
|
limitEgress: false
|
||||||
|
limitIngress: true
|
||||||
|
nodeSelector: {}
|
||||||
|
podAnnotations: {}
|
||||||
|
podPortName: http
|
||||||
|
priorityClassName: ""
|
||||||
|
renderingCallbackURL: ""
|
||||||
|
replicas: 1
|
||||||
|
resources: {}
|
||||||
|
revisionHistoryLimit: 10
|
||||||
|
securityContext: {}
|
||||||
|
serverURL: ""
|
||||||
|
service:
|
||||||
|
appProtocol: ""
|
||||||
enabled: true
|
enabled: true
|
||||||
|
port: 8081
|
||||||
|
portName: http
|
||||||
|
targetPort: 8081
|
||||||
|
serviceAccountName: ""
|
||||||
|
serviceMonitor:
|
||||||
|
enabled: false
|
||||||
|
interval: 1m
|
||||||
|
labels: {}
|
||||||
|
path: /metrics
|
||||||
|
relabelings: []
|
||||||
|
scheme: http
|
||||||
|
scrapeTimeout: 30s
|
||||||
|
targetLabels: []
|
||||||
|
tlsConfig: {}
|
||||||
|
tolerations: []
|
||||||
|
ingress:
|
||||||
|
annotations: {}
|
||||||
|
enabled: true
|
||||||
|
extraPaths: []
|
||||||
hosts:
|
hosts:
|
||||||
- grafana.infra.dubyatp.xyz
|
- grafana.infra.dubyatp.xyz
|
||||||
|
labels: {}
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
@@ -143,7 +269,9 @@ grafana:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: library/busybox
|
repository: library/busybox
|
||||||
|
sha: ""
|
||||||
tag: 1.31.1
|
tag: 1.31.1
|
||||||
|
resources: {}
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
@@ -155,6 +283,11 @@ grafana:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
|
ldap:
|
||||||
|
config: ""
|
||||||
|
enabled: false
|
||||||
|
existingSecret: ""
|
||||||
|
lifecycleHooks: {}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 10
|
failureThreshold: 10
|
||||||
httpGet:
|
httpGet:
|
||||||
@@ -162,45 +295,227 @@ grafana:
|
|||||||
port: 3000
|
port: 3000
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
timeoutSeconds: 30
|
timeoutSeconds: 30
|
||||||
|
namespaceOverride: ""
|
||||||
|
networkPolicy:
|
||||||
|
allowExternal: true
|
||||||
|
egress:
|
||||||
|
blockDNSResolution: false
|
||||||
|
enabled: false
|
||||||
|
ports: []
|
||||||
|
to: []
|
||||||
|
enabled: false
|
||||||
|
explicitNamespacesSelector: {}
|
||||||
|
ingress: true
|
||||||
|
nodeSelector: {}
|
||||||
|
notifiers: {}
|
||||||
persistence:
|
persistence:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
|
disableWarning: false
|
||||||
enabled: true
|
enabled: true
|
||||||
|
extraPvcLabels: {}
|
||||||
finalizers:
|
finalizers:
|
||||||
- kubernetes.io/pvc-protection
|
- kubernetes.io/pvc-protection
|
||||||
|
inMemory:
|
||||||
|
enabled: false
|
||||||
|
lookupVolumeName: true
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
type: pvc
|
type: pvc
|
||||||
|
volumeName: ""
|
||||||
|
plugins: []
|
||||||
|
podDisruptionBudget: {}
|
||||||
podPortName: grafana
|
podPortName: grafana
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
backup.velero.io/backup-volumes: "storage"
|
backup.velero.io/backup-volumes: "storage"
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
|
extraClusterRoleRules: []
|
||||||
|
extraRoleRules: []
|
||||||
namespaced: false
|
namespaced: false
|
||||||
|
pspEnabled: false
|
||||||
|
pspUseAppArmor: false
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/health
|
path: /api/health
|
||||||
port: 3000
|
port: 3000
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
resources: {}
|
||||||
revisionHistoryLimit: 10
|
revisionHistoryLimit: 10
|
||||||
|
route:
|
||||||
|
main:
|
||||||
|
additionalRules: []
|
||||||
|
annotations: {}
|
||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
enabled: false
|
||||||
|
filters: []
|
||||||
|
hostnames: []
|
||||||
|
kind: HTTPRoute
|
||||||
|
labels: {}
|
||||||
|
matches:
|
||||||
|
- path:
|
||||||
|
type: PathPrefix
|
||||||
|
value: /
|
||||||
|
parentRefs: []
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 472
|
fsGroup: 472
|
||||||
runAsGroup: 472
|
runAsGroup: 472
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
runAsUser: 472
|
runAsUser: 472
|
||||||
service:
|
service:
|
||||||
|
annotations: {}
|
||||||
|
appProtocol: ""
|
||||||
enabled: true
|
enabled: true
|
||||||
|
ipFamilies: []
|
||||||
|
ipFamilyPolicy: ""
|
||||||
|
labels: {}
|
||||||
|
loadBalancerClass: ""
|
||||||
|
loadBalancerIP: ""
|
||||||
|
loadBalancerSourceRanges: []
|
||||||
port: 80
|
port: 80
|
||||||
portName: service
|
portName: service
|
||||||
|
sessionAffinity: ""
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: false
|
||||||
create: true
|
create: true
|
||||||
|
labels: {}
|
||||||
|
name: null
|
||||||
|
nameTest: null
|
||||||
|
serviceMonitor:
|
||||||
|
basicAuth: {}
|
||||||
|
enabled: false
|
||||||
|
interval: 30s
|
||||||
|
labels: {}
|
||||||
|
metricRelabelings: []
|
||||||
|
path: /metrics
|
||||||
|
relabelings: []
|
||||||
|
scheme: http
|
||||||
|
scrapeTimeout: 30s
|
||||||
|
targetLabels: []
|
||||||
|
tlsConfig: {}
|
||||||
|
shareProcessNamespace: false
|
||||||
|
sidecar:
|
||||||
|
alerts:
|
||||||
|
enabled: false
|
||||||
|
env: {}
|
||||||
|
extraMounts: []
|
||||||
|
initAlerts: false
|
||||||
|
label: grafana_alert
|
||||||
|
labelValue: ""
|
||||||
|
reloadURL: http://localhost:3000/api/admin/provisioning/alerting/reload
|
||||||
|
resource: both
|
||||||
|
resourceName: ""
|
||||||
|
script: null
|
||||||
|
searchNamespace: null
|
||||||
|
sizeLimit: {}
|
||||||
|
skipReload: false
|
||||||
|
watchMethod: WATCH
|
||||||
|
dashboards:
|
||||||
|
SCProvider: true
|
||||||
|
defaultFolderName: null
|
||||||
|
enabled: false
|
||||||
|
env: {}
|
||||||
|
envValueFrom: {}
|
||||||
|
extraMounts: []
|
||||||
|
folder: /tmp/dashboards
|
||||||
|
folderAnnotation: null
|
||||||
|
label: grafana_dashboard
|
||||||
|
labelValue: ""
|
||||||
|
provider:
|
||||||
|
allowUiUpdates: false
|
||||||
|
disableDelete: false
|
||||||
|
folder: ""
|
||||||
|
folderUid: ""
|
||||||
|
foldersFromFilesStructure: false
|
||||||
|
name: sidecarProvider
|
||||||
|
orgid: 1
|
||||||
|
type: file
|
||||||
|
reloadURL: http://localhost:3000/api/admin/provisioning/dashboards/reload
|
||||||
|
resource: both
|
||||||
|
resourceName: ""
|
||||||
|
script: null
|
||||||
|
searchNamespace: null
|
||||||
|
sizeLimit: {}
|
||||||
|
skipReload: false
|
||||||
|
watchMethod: WATCH
|
||||||
|
datasources:
|
||||||
|
enabled: false
|
||||||
|
env: {}
|
||||||
|
envValueFrom: {}
|
||||||
|
extraMounts: []
|
||||||
|
initDatasources: false
|
||||||
|
label: grafana_datasource
|
||||||
|
labelValue: ""
|
||||||
|
reloadURL: http://localhost:3000/api/admin/provisioning/datasources/reload
|
||||||
|
resource: both
|
||||||
|
resourceName: ""
|
||||||
|
script: null
|
||||||
|
searchNamespace: null
|
||||||
|
sizeLimit: {}
|
||||||
|
skipReload: false
|
||||||
|
watchMethod: WATCH
|
||||||
|
enableUniqueFilenames: false
|
||||||
|
image:
|
||||||
|
registry: quay.io
|
||||||
|
repository: kiwigrid/k8s-sidecar
|
||||||
|
sha: ""
|
||||||
|
tag: 1.30.3
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
|
livenessProbe: {}
|
||||||
|
notifiers:
|
||||||
|
enabled: false
|
||||||
|
env: {}
|
||||||
|
extraMounts: []
|
||||||
|
initNotifiers: false
|
||||||
|
label: grafana_notifier
|
||||||
|
labelValue: ""
|
||||||
|
reloadURL: http://localhost:3000/api/admin/provisioning/notifications/reload
|
||||||
|
resource: both
|
||||||
|
resourceName: ""
|
||||||
|
script: null
|
||||||
|
searchNamespace: null
|
||||||
|
sizeLimit: {}
|
||||||
|
skipReload: false
|
||||||
|
watchMethod: WATCH
|
||||||
|
plugins:
|
||||||
|
enabled: false
|
||||||
|
env: {}
|
||||||
|
extraMounts: []
|
||||||
|
initPlugins: false
|
||||||
|
label: grafana_plugin
|
||||||
|
labelValue: ""
|
||||||
|
reloadURL: http://localhost:3000/api/admin/provisioning/plugins/reload
|
||||||
|
resource: both
|
||||||
|
resourceName: ""
|
||||||
|
script: null
|
||||||
|
searchNamespace: null
|
||||||
|
sizeLimit: {}
|
||||||
|
skipReload: false
|
||||||
|
watchMethod: WATCH
|
||||||
|
readinessProbe: {}
|
||||||
|
resources: {}
|
||||||
|
securityContext:
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
seccompProfile:
|
||||||
|
type: RuntimeDefault
|
||||||
|
smtp:
|
||||||
|
existingSecret: ""
|
||||||
|
passwordKey: password
|
||||||
|
userKey: user
|
||||||
testFramework:
|
testFramework:
|
||||||
|
containerSecurityContext: {}
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bats/bats
|
repository: bats/bats
|
||||||
tag: 1.12.0
|
tag: 1.12.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
resources: {}
|
||||||
|
securityContext: {}
|
||||||
|
tolerations: []
|
||||||
|
topologySpreadConstraints: []
|
||||||
useStatefulSet: false
|
useStatefulSet: false
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1beta1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: postgres-credentials
|
name: postgres-credentials
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1beta1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: nextcloud-secret
|
name: nextcloud-secret
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: renovate-config
|
|
||||||
data:
|
|
||||||
config.json: |-
|
|
||||||
{
|
|
||||||
"repositories": ["infrastructure/core-apps","infrastructure/db-operators","infrastructure/weyma-talos"]
|
|
||||||
}
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
apiVersion: batch/v1
|
|
||||||
kind: CronJob
|
|
||||||
metadata:
|
|
||||||
name: renovate-bot
|
|
||||||
spec:
|
|
||||||
schedule: '@hourly'
|
|
||||||
concurrencyPolicy: Forbid
|
|
||||||
jobTemplate:
|
|
||||||
spec:
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- image: renovate/renovate:40.14.6
|
|
||||||
name: renovate-bot
|
|
||||||
env: # For illustration purposes, please use secrets.
|
|
||||||
- name: RENOVATE_PLATFORM
|
|
||||||
value: 'gitea'
|
|
||||||
- name: RENOVATE_ENDPOINT
|
|
||||||
value: 'https://git.dubyatp.xyz/api/v1'
|
|
||||||
- name: RENOVATE_TOKEN
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
key: gitea-pat
|
|
||||||
name: renovate-gitea-token
|
|
||||||
- name: RENOVATE_GITHUB_COM_TOKEN
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
key: github-com-pat
|
|
||||||
name: renovate-github-com-token
|
|
||||||
- name: RENOVATE_AUTODISCOVER
|
|
||||||
value: 'false'
|
|
||||||
- name: RENOVATE_BASE_DIR
|
|
||||||
value: '/tmp/renovate/'
|
|
||||||
- name: RENOVATE_CONFIG_FILE
|
|
||||||
value: '/opt/renovate/config.json'
|
|
||||||
- name: LOG_LEVEL
|
|
||||||
value: debug
|
|
||||||
volumeMounts:
|
|
||||||
- name: config-volume
|
|
||||||
mountPath: /opt/renovate/
|
|
||||||
- name: work-volume
|
|
||||||
mountPath: /tmp/renovate/
|
|
||||||
restartPolicy: Never
|
|
||||||
volumes:
|
|
||||||
- name: config-volume
|
|
||||||
configMap:
|
|
||||||
name: renovate-config
|
|
||||||
- name: work-volume
|
|
||||||
emptyDir: {}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
apiVersion: external-secrets.io/v1
|
|
||||||
kind: ExternalSecret
|
|
||||||
metadata:
|
|
||||||
name: renovate-gitea-token
|
|
||||||
spec:
|
|
||||||
refreshInterval: 1h
|
|
||||||
secretStoreRef:
|
|
||||||
name: weyma-vault
|
|
||||||
kind: ClusterSecretStore
|
|
||||||
target:
|
|
||||||
name: renovate-gitea-token
|
|
||||||
creationPolicy: Owner
|
|
||||||
data:
|
|
||||||
- secretKey: gitea-pat
|
|
||||||
remoteRef:
|
|
||||||
key: renovate
|
|
||||||
property: gitea-pat
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
apiVersion: external-secrets.io/v1
|
|
||||||
kind: ExternalSecret
|
|
||||||
metadata:
|
|
||||||
name: renovate-github-com-token
|
|
||||||
spec:
|
|
||||||
refreshInterval: 1h
|
|
||||||
secretStoreRef:
|
|
||||||
name: weyma-vault
|
|
||||||
kind: ClusterSecretStore
|
|
||||||
target:
|
|
||||||
name: renovate-github-com-token
|
|
||||||
creationPolicy: Owner
|
|
||||||
data:
|
|
||||||
- secretKey: github-com-pat
|
|
||||||
remoteRef:
|
|
||||||
key: renovate
|
|
||||||
property: github-com-pat
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1beta1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: vaultwarden-secrets
|
name: vaultwarden-secrets
|
||||||
|
|||||||
Reference in New Issue
Block a user