Describe the bug
I am trying to deploy the software using k8s using the recommended method on the official website, which is the help method. During the installation process, I confirmed that I did not modify any configuration, but after successfully deploying it, I encountered an unexpected result: I was unable to log in using the admin account. I confirmed that my username and password were correct.

Affected Component(s)
To Reproduce
Steps to reproduce the behavior:
root@niclab-106:/home/hmn/software/artemis# k apply -f ./postgre-pv.yaml
persistentvolume/postgre-pv created
root@niclab-106:/home/hmn/software/artemis# k apply -f ./frontend-pv.yaml
persistentvolume/frontend-pv created
root@niclab-106:/home/hmn/software/artemis# helm install -f example-values.yaml artemis ./artemis-chart
W1018 09:40:32.724437 3484814 warnings.go:70] annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
W1018 09:40:32.724461 3484814 warnings.go:70] annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead
NAME: artemis
LAST DEPLOYED: Wed Oct 18 09:40:24 2023
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
https://rainyou.cn/
root@niclab-106:/home/hmn/software/artemis# k get pods
NAME READY STATUS RESTARTS AGE
autoignore-5f567d48cc-9r6gk 1/1 Running 0 6m20s
autostarter-6f569484d7-dt842 1/1 Running 0 6m20s
bgpstreamhisttap-6bc6d54bfc-jlxbb 1/1 Running 0 6m20s
bgpstreamkafkatap-8b868f47f-kzg85 1/1 Running 0 6m20s
bgpstreamlivetap-5c89cb4f49-5vbmd 1/1 Running 0 6m19s
configuration-dc77fbd78-7d4vc 1/1 Running 0 6m19s
database-58c7b87c4f-sq7sk 1/1 Running 0 6m18s
detection-8fcc6f97-j2whx 1/1 Running 0 6m19s
exabgptap-7d97c5797f-5zwxr 1/1 Running 0 6m20s
fileobserver-5f4754696-nnkmz 1/1 Running 0 6m20s
frontend-74568b4d89-bsfg7 1/1 Running 0 6m18s
graphql-7c96c6679c-w5rdw 1/1 Running 0 6m19s
mitigation-c79cfcb4d-mc5hg 1/1 Running 0 6m20s
mongodb-9ccd44b99-7pm9f 1/1 Running 0 6m20s
notifier-6cfbc9bcf-kncnj 1/1 Running 0 6m19s
pg-amqp-bridge-88bb69775-bszbs 1/1 Running 0 6m19s
postgres-657f5cc665-rlqvp 1/1 Running 0 6m19s
postgrest-5f5498445c-h768x 1/1 Running 0 6m19s
prefixtree-5797b68b4c-rwczd 1/1 Running 0 6m19s
rabbitmq-6d7d7bffd6-2wcmw 1/1 Running 0 6m19s
redis-7fbd4ff456-9jj4k 1/1 Running 0 6m20s
riperistap-68fbbfbd7f-zd2c7 1/1 Running 0 6m20s
Expected behavior
Screenshots
System (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug
I am trying to deploy the software using k8s using the recommended method on the official website, which is the help method. During the installation process, I confirmed that I did not modify any configuration, but after successfully deploying it, I encountered an unexpected result: I was unable to log in using the admin account. I confirmed that my username and password were correct.
Affected Component(s)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
System (please complete the following information):
Additional context
Add any other context about the problem here.