feat: init k8s and customer service (#15)
Release package / release (push) Failing after 2m10s

Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Reviewed-on: #15
This commit was merged in pull request #15.
This commit is contained in:
2026-04-08 08:24:00 +00:00
parent dd3c09865f
commit 837f5f595a
21 changed files with 297 additions and 92 deletions
+5
View File
@@ -0,0 +1,5 @@
package com.drinkool;
public class Role {
public static final String Customer = "customer";
}