Skip to content
Snippets Groups Projects
Commit 2e29d011 authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

forgot a few labels & moved the repo to another group on ucr

parent c38b43c1
No related branches found
No related tags found
No related merge requests found
apiVersion: v1
name: osuredis
version: 1.0.1
description: "Helm chart for deploying one of the OCIO's standard Redis instances"
version: 1.0.2
description: "Helm chart for deploying one of the OCIO Middleware's standard Redis instances"
keywords:
- "redis"
home: "https://code.osu.edu/ocio_middleware/osuredis"
home: "https://code.osu.edu/helm/osuredis"
sources:
- "https://code.osu.edu/ocio_middleware/osuredis.git"
- "https://code.osu.edu/helm/osuredis.git"
maintainers:
- name: "E. Stuart Hicks"
email: "hicks.367@osu.edu"
......@@ -21,6 +21,7 @@ spec:
component: "proxy"
app.kubernetes.io/name: "osuredis-{{.Values.appName}}"
app.kubernetes.io/instance: "{{.Release.Name}}"
middleware.ocio.osu.edu/billing: "{{.Values.appOwner}}"
spec:
restartPolicy: Always
volumes:
......
......@@ -31,6 +31,7 @@ spec:
component: "redis"
app.kubernetes.io/name: "osuredis-{{.Values.appName}}"
app.kubernetes.io/instance: "{{.Release.Name}}"
middleware.ocio.osu.edu/billing: "{{.Values.appOwner}}"
spec:
restartPolicy: Always
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment