Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<properties>
<!-- versions start -->
<!-- weblogic azure aks versions -->
<version.wls-on-aks-azure-marketplace>1.0.71</version.wls-on-aks-azure-marketplace>
<version.wls-on-aks-azure-marketplace>1.0.72</version.wls-on-aks-azure-marketplace>
<!-- weblogic azure vm versions -->
<version.arm-oraclelinux-wls>1.0.27</version.arm-oraclelinux-wls>
<version.arm-oraclelinux-wls-admin>1.0.50</version.arm-oraclelinux-wls-admin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ metadata:
azure.weblogic.target: "${constClusterName}"
azure.weblogc.createdByWlsOffer: "true"
annotations:
kubernetes.io/ingress.class: azure/application-gateway
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "${APPGW_SSL_CERT_NAME}"
appgw.ingress.kubernetes.io/use-private-ip: "${APPGW_USE_PRIVATE_IP}"
appgw.ingress.kubernetes.io/cookie-based-affinity: "${ENABLE_COOKIE_BASED_AFFINITY}"
appgw.ingress.kubernetes.io/backend-path-prefix: "/"
spec:
ingressClassName: azure-application-gateway
rules:
- http:
paths:
Expand Down Expand Up @@ -55,11 +55,11 @@ metadata:
azure.weblogic.target: "${constClusterName}"
azure.weblogc.createdByWlsOffer: "true"
annotations:
kubernetes.io/ingress.class: azure/application-gateway
appgw.ingress.kubernetes.io/use-private-ip: "${APPGW_USE_PRIVATE_IP}"
appgw.ingress.kubernetes.io/cookie-based-affinity: "${ENABLE_COOKIE_BASED_AFFINITY}"
appgw.ingress.kubernetes.io/backend-path-prefix: "/"
spec:
ingressClassName: azure-application-gateway
rules:
- http:
paths:
Expand Down Expand Up @@ -87,7 +87,6 @@ metadata:
azure.weblogic.target: "${constClusterName}"
azure.weblogc.createdByWlsOffer: "true"
annotations:
kubernetes.io/ingress.class: azure/application-gateway
appgw.ingress.kubernetes.io/ssl-redirect: "true"
appgw.ingress.kubernetes.io/backend-protocol: "https"
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "${APPGW_SSL_CERT_NAME}"
Expand All @@ -109,6 +108,7 @@ EOF
appgw.ingress.kubernetes.io/appgw-trusted-root-certificate: "${APPGW_TRUSTED_ROOT_CERT_NAME}"

spec:
ingressClassName: azure-application-gateway
rules:
- http:
paths:
Expand Down Expand Up @@ -136,10 +136,10 @@ metadata:
azure.weblogic.target: "${constAdminServerName}"
azure.weblogc.createdByWlsOffer: "true"
annotations:
kubernetes.io/ingress.class: azure/application-gateway
appgw.ingress.kubernetes.io/use-private-ip: "${APPGW_USE_PRIVATE_IP}"
appgw.ingress.kubernetes.io/cookie-based-affinity: "${ENABLE_COOKIE_BASED_AFFINITY}"
spec:
ingressClassName: azure-application-gateway
rules:
- http:
paths:
Expand All @@ -165,11 +165,11 @@ metadata:
azure.weblogic.target: "${constAdminServerName}-remote-console"
azure.weblogc.createdByWlsOffer: "true"
annotations:
kubernetes.io/ingress.class: azure/application-gateway
appgw.ingress.kubernetes.io/backend-path-prefix: "/"
appgw.ingress.kubernetes.io/use-private-ip: "${APPGW_USE_PRIVATE_IP}"
appgw.ingress.kubernetes.io/cookie-based-affinity: "${ENABLE_COOKIE_BASED_AFFINITY}"
spec:
ingressClassName: azure-application-gateway
rules:
- http:
paths:
Expand Down Expand Up @@ -197,7 +197,6 @@ metadata:
azure.weblogic.target: "${constAdminServerName}"
azure.weblogc.createdByWlsOffer: "true"
annotations:
kubernetes.io/ingress.class: azure/application-gateway
appgw.ingress.kubernetes.io/ssl-redirect: "true"
appgw.ingress.kubernetes.io/backend-protocol: "https"
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "${APPGW_SSL_CERT_NAME}"
Expand All @@ -219,6 +218,7 @@ EOF
appgw.ingress.kubernetes.io/appgw-trusted-root-certificate: "${APPGW_TRUSTED_ROOT_CERT_NAME}"

spec:
ingressClassName: azure-application-gateway
rules:
- http:
paths:
Expand All @@ -244,7 +244,6 @@ metadata:
azure.weblogic.target: "${constAdminServerName}-remote-console"
azure.weblogc.createdByWlsOffer: "true"
annotations:
kubernetes.io/ingress.class: azure/application-gateway
appgw.ingress.kubernetes.io/backend-path-prefix: "/"
appgw.ingress.kubernetes.io/ssl-redirect: "true"
appgw.ingress.kubernetes.io/backend-protocol: "https"
Expand All @@ -267,6 +266,7 @@ EOF
appgw.ingress.kubernetes.io/appgw-trusted-root-certificate: "${APPGW_TRUSTED_ROOT_CERT_NAME}"

spec:
ingressClassName: azure-application-gateway
rules:
- http:
paths:
Expand Down