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

This commit is contained in:
2026-04-24 19:43:12 +00:00
parent da2e763428
commit 82b927fdd1
6 changed files with 33 additions and 33 deletions

View File

@@ -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