-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf31b51
commit a018c0b
Showing
136 changed files
with
203 additions
and
204 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM ghcr.io/fullqueuedeveloper/fqauth:0.2.3 | ||
FROM ghcr.io/fullqueuedeveloper/sincereauth:0.2.3 |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM ghcr.io/fullqueuedeveloper/fqauth:0.2.3 | ||
FROM ghcr.io/fullqueuedeveloper/sincereauth:0.2.3 |
This file contains 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
4 changes: 2 additions & 2 deletions
4
Deploy/Kubernetes/0-fqauth-namespace.yml → ...oy/Kubernetes/0-sincereauth-namespace.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: fqauth | ||
name: sincereauth | ||
labels: | ||
name: fqauth | ||
name: sincereauth |
8 changes: 4 additions & 4 deletions
8
...oy/Kubernetes/1-fqauth-secrets.sample.yml → ...bernetes/1-sincereauth-secrets.sample.yml
This file contains 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
14 changes: 7 additions & 7 deletions
14
Deploy/Kubernetes/2-fqauth-redis.yml → Deploy/Kubernetes/2-sincereauth-redis.yml
This file contains 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
26 changes: 13 additions & 13 deletions
26
Deploy/Kubernetes/3-fqauth-release.yml → Deploy/Kubernetes/3-sincereauth-release.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
apiVersion: batch/v1 | ||
kind: Job | ||
metadata: | ||
name: fqauth-release-0-2-3 | ||
namespace: fqauth | ||
name: sincereauth-release-0-2-3 | ||
namespace: sincereauth | ||
labels: | ||
app: fqauth-release-0-2-3 | ||
app: sincereauth-release-0-2-3 | ||
spec: | ||
template: | ||
spec: | ||
restartPolicy: Never | ||
containers: | ||
- name: fqauth-release | ||
image: ghcr.io/fullqueuedeveloper/fqauth-release:0.2.3 | ||
- name: sincereauth-release | ||
image: ghcr.io/fullqueuedeveloper/sincereauth-release:0.2.3 | ||
env: | ||
- name: DATABASE_URL | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: DATABASE_URL | ||
- name: REDIS_URL | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: REDIS_URL | ||
- name: AUTH_PRIVATE_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: AUTH_PRIVATE_KEY | ||
- name: APPLE_SERVICES_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: APPLE_SERVICES_KEY | ||
- name: APPLE_SERVICES_KEY_ID | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: APPLE_SERVICES_KEY_ID | ||
- name: APPLE_TEAM_ID | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: APPLE_TEAM_ID | ||
- name: APPLE_APP_ID | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: APPLE_APP_ID | ||
- name: DB_SYMMETRIC_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: DB_SYMMETRIC_KEY |
30 changes: 15 additions & 15 deletions
30
Deploy/Kubernetes/5-fqauth-queues.yml → ...rnetes/4-sincereauth-scheduled-queues.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: fqauth-queues-deployment | ||
namespace: fqauth | ||
name: sincereauth-scheduled-queues-deployment | ||
namespace: sincereauth | ||
labels: | ||
app: fqauth-queues | ||
app: sincereauth-scheduled-queues | ||
spec: | ||
replicas: 1 | ||
selector: | ||
matchLabels: | ||
app: fqauth-queues | ||
app: sincereauth-scheduled-queues | ||
template: | ||
metadata: | ||
labels: | ||
app: fqauth-queues | ||
app: sincereauth-scheduled-queues | ||
spec: | ||
containers: | ||
- name: fqauth-queues | ||
image: ghcr.io/fullqueuedeveloper/fqauth-queues:0.2.3 | ||
- name: sincereauth-scheduled-queues | ||
image: ghcr.io/fullqueuedeveloper/sincereauth-scheduled-queues:0.2.3 | ||
env: | ||
- name: DATABASE_URL | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: DATABASE_URL | ||
- name: REDIS_URL | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: REDIS_URL | ||
- name: AUTH_PRIVATE_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: AUTH_PRIVATE_KEY | ||
- name: APPLE_SERVICES_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: APPLE_SERVICES_KEY | ||
- name: APPLE_SERVICES_KEY_ID | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: APPLE_SERVICES_KEY_ID | ||
- name: APPLE_TEAM_ID | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: APPLE_TEAM_ID | ||
- name: APPLE_APP_ID | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: APPLE_APP_ID | ||
- name: DB_SYMMETRIC_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: DB_SYMMETRIC_KEY |
30 changes: 15 additions & 15 deletions
30
.../Kubernetes/4-fqauth-scheduled-queues.yml → Deploy/Kubernetes/5-sincereauth-queues.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: fqauth-scheduled-queues-deployment | ||
namespace: fqauth | ||
name: sincereauth-queues-deployment | ||
namespace: sincereauth | ||
labels: | ||
app: fqauth-scheduled-queues | ||
app: sincereauth-queues | ||
spec: | ||
replicas: 1 | ||
selector: | ||
matchLabels: | ||
app: fqauth-scheduled-queues | ||
app: sincereauth-queues | ||
template: | ||
metadata: | ||
labels: | ||
app: fqauth-scheduled-queues | ||
app: sincereauth-queues | ||
spec: | ||
containers: | ||
- name: fqauth-scheduled-queues | ||
image: ghcr.io/fullqueuedeveloper/fqauth-scheduled-queues:0.2.3 | ||
- name: sincereauth-queues | ||
image: ghcr.io/fullqueuedeveloper/sincereauth-queues:0.2.3 | ||
env: | ||
- name: DATABASE_URL | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: DATABASE_URL | ||
- name: REDIS_URL | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: REDIS_URL | ||
- name: AUTH_PRIVATE_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: AUTH_PRIVATE_KEY | ||
- name: APPLE_SERVICES_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: APPLE_SERVICES_KEY | ||
- name: APPLE_SERVICES_KEY_ID | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: APPLE_SERVICES_KEY_ID | ||
- name: APPLE_TEAM_ID | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: APPLE_TEAM_ID | ||
- name: APPLE_APP_ID | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: APPLE_APP_ID | ||
- name: DB_SYMMETRIC_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: fqauth.secrets | ||
name: sincereauth.secrets | ||
key: DB_SYMMETRIC_KEY |
Oops, something went wrong.