Created
May 5, 2024 22:33
-
-
Save koss822/5d07b45e57aa04ced6263ffe684eabe1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
template: | |
metadata: | |
labels: | |
app.kubernetes.io/name: speedtest | |
spec: | |
containers: | |
- influxdb: null | |
name: influxdb | |
image: influxdb:1.8 | |
volumeMounts: | |
- mountPath: /var/lib/influxdb | |
name: influxdb | |
env: | |
- name: PUID | |
value: ENC[AES256_GCM,data:n2H/CQ==,iv:ag2W5G...==,type:str] | |
- name: PGID | |
value: ENC[AES256_GCM,data:cPW43A==,iv:SZD8YYG...==,type:str] | |
- name: TZ | |
value: ENC[AES256_GCM,data:ETcIG...swzkg==,type:str] | |
- name: INFLUXDB_DB | |
value: ENC[AES256_GCM,data:j5Oah4aa...IvY+grg==,type:str] | |
- name: INFLUXDB_ADMIN_USER | |
... | |
sops: | |
kms: [] | |
gcp_kms: [] | |
azure_kv: [] | |
hc_vault: [] | |
age: | |
- recipient: age1xg... | |
enc: | | |
-----BEGIN AGE ENCRYPTED FILE----- | |
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSAyaWc0VlZ3eEczbkY2dnNt | |
... | |
-----END AGE ENCRYPTED FILE----- | |
lastmodified: "2024-04-14T21:45:12Z" | |
mac: ENC[AES256_GCM,data:XLKM8gILpz3RbTBLO9H5v15DHxfMv...,type:str] | |
pgp: [] | |
encrypted_regex: value|password | |
version: 3.8.1 | |
# Hash: 19cc11b05d2831596c50ae71707d17164537b6... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment