docs: cleanup stale mic-after-work refs in kubernetes manifests + docker/README.md
Some checks failed
CI/CD Lions Pipeline / Build + Push + Deploy (push) Failing after 9s
Some checks failed
CI/CD Lions Pipeline / Build + Push + Deploy (push) Failing after 9s
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: mic-after-work-server-impl-quarkus-main
|
||||
name: afterwork-server-impl-quarkus
|
||||
namespace: applications
|
||||
labels:
|
||||
app: mic-after-work-server-impl-quarkus-main
|
||||
app: afterwork-server-impl-quarkus
|
||||
version: "1.0.0"
|
||||
environment: production
|
||||
component: application
|
||||
@@ -22,11 +22,11 @@ spec:
|
||||
maxUnavailable: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
app: mic-after-work-server-impl-quarkus-main
|
||||
app: afterwork-server-impl-quarkus
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: mic-after-work-server-impl-quarkus-main
|
||||
app: afterwork-server-impl-quarkus
|
||||
version: "1.0.0"
|
||||
component: application
|
||||
project: lions-infrastructure-2025
|
||||
@@ -45,8 +45,8 @@ spec:
|
||||
type: RuntimeDefault
|
||||
terminationGracePeriodSeconds: 30
|
||||
containers:
|
||||
- name: mic-after-work-server-impl-quarkus-main
|
||||
image: registry.lions.dev/lionsdev/mic-after-work-server-impl-quarkus-main:latest
|
||||
- name: afterwork-server-impl-quarkus
|
||||
image: registry.lions.dev/lionsdev/afterwork-server-impl-quarkus:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user